mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Try including qfutureinterface via QtCore/ to see if it helps the OS X slave
This commit is contained in:
@@ -27,7 +27,6 @@
|
|||||||
#include <QtGui/QPixmap>
|
#include <QtGui/QPixmap>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <Qt/qfutureinterface.h>
|
|
||||||
#include <QFuture>
|
#include <QFuture>
|
||||||
|
|
||||||
#include "Typedefs.h"
|
#include "Typedefs.h"
|
||||||
|
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
#define ID_THREAD_DEBUG 0
|
#define ID_THREAD_DEBUG 0
|
||||||
|
|
||||||
#include <Qt/qfutureinterface.h>
|
#include <QtCore/qfutureinterface.h>
|
||||||
|
|
||||||
using namespace Tomahawk;
|
using namespace Tomahawk;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user