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:
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user