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 <QHash>
|
||||||
#include <QThread>
|
#include <QThread>
|
||||||
|
|
||||||
|
#include "DllMacro.h"
|
||||||
#include "TomahawkSqlQuery.h"
|
#include "TomahawkSqlQuery.h"
|
||||||
#include "Typedefs.h"
|
#include "Typedefs.h"
|
||||||
|
|
||||||
class Database;
|
class Database;
|
||||||
class FuzzyIndex;
|
class FuzzyIndex;
|
||||||
|
|
||||||
class DatabaseImpl : public QObject
|
class DLLEXPORT DatabaseImpl : public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user