1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 22:26:32 +02:00

Fix compile without libattica

This commit is contained in:
Leo Franchi
2011-09-15 21:04:24 -04:00
parent 5ceb04e571
commit dfd36d459b

View File

@@ -23,6 +23,7 @@
#include <QObject> #include <QObject>
#include <QHash> #include <QHash>
#include <QPixmap>
#include "dllmacro.h" #include "dllmacro.h"
@@ -30,7 +31,6 @@
#include <attica/provider.h> #include <attica/provider.h>
#include <attica/providermanager.h> #include <attica/providermanager.h>
#include <attica/content.h> #include <attica/content.h>
#include <QPixmap>
#endif #endif
class DLLEXPORT AtticaManager : public QObject class DLLEXPORT AtticaManager : public QObject