1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-22 21:54:00 +02:00

Forward declarations still output warnings with qt5

This commit is contained in:
Uwe L. Korn
2013-07-23 17:12:43 +02:00
parent 296bbf93eb
commit a824af5d96

View File

@@ -29,14 +29,10 @@
#include "Artist.h" #include "Artist.h"
#include "Pipeline.h" #include "Pipeline.h"
#include "Query.h" #include "Query.h"
#include "Result.h"
#include "Source.h" #include "Source.h"
#include "SourceList.h" #include "SourceList.h"
// Forward Declarations breaking QSharedPointer
#if QT_VERSION < QT_VERSION_CHECK( 5, 0, 0 )
#include "Result.h"
#endif
#include <QDateTime> #include <QDateTime>