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