1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 07:36:48 +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,13 +26,9 @@
#include "Artist.h"
#include "Query.h"
#include "Result.h"
#include "Source.h"
// Forward Declarations breaking QSharedPointer
#if QT_VERSION < QT_VERSION_CHECK( 5, 0, 0 )
#include "Result.h"
#endif
using namespace Tomahawk;