mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Made DatabaseImpl visible in the outside
This commit is contained in:
committed by
Dominik Schmidt
parent
811c0e618d
commit
79e4647c1c
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user