1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-24 09:49:42 +01:00

* Made TomahawkSqlQuery visible in the outside

This commit is contained in:
Lucas Lira Gomes 2012-07-23 23:28:28 -03:00 committed by Dominik Schmidt
parent b5f5079dca
commit 1098ede0e8

View File

@ -26,7 +26,9 @@
//#define TOMAHAWK_QUERY_ANALYZE 1
class TomahawkSqlQuery : public QSqlQuery
#include "DllMacro.h"
class DLLEXPORT TomahawkSqlQuery : public QSqlQuery
{
public: