1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-25 02:09:48 +01:00

* Made DatabaseImpl visible in the outside

This commit is contained in:
Lucas Lira Gomes 2012-07-23 23:39:56 -03:00 committed by Dominik Schmidt
parent 811c0e618d
commit 79e4647c1c

View File

@ -32,13 +32,14 @@
#include <QHash>
#include <QThread>
#include "DllMacro.h"
#include "TomahawkSqlQuery.h"
#include "Typedefs.h"
class Database;
class FuzzyIndex;
class DatabaseImpl : public QObject
class DLLEXPORT DatabaseImpl : public QObject
{
Q_OBJECT