1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-10 16:14:40 +02:00

Qt5 won't save us from some warnings

This commit is contained in:
Uwe L. Korn
2013-08-13 20:26:53 +02:00
parent afa04e9e66
commit 2b58a6d7be

View File

@@ -26,12 +26,8 @@
#include "Artist.h"
#include "Query.h"
#include "Source.h"
// Forward Declarations breaking QSharedPointer
#if QT_VERSION < QT_VERSION_CHECK( 5, 0, 0 )
#include "Result.h"
#endif
#include "Source.h"
using namespace Tomahawk;