1
0
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:
Leo Franchi 2012-07-13 11:51:48 -04:00
parent c064d27fb8
commit abf552e3a1
2 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,6 @@
#include <QtGui/QPixmap>
#endif
#include <Qt/qfutureinterface.h>
#include <QFuture>
#include "Typedefs.h"

View File

@ -26,7 +26,7 @@
#define ID_THREAD_DEBUG 0
#include <Qt/qfutureinterface.h>
#include <QtCore/qfutureinterface.h>
using namespace Tomahawk;