From a824af5d963cbac68d7eee9d2d7a6e284305577d Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Tue, 23 Jul 2013 17:12:43 +0200 Subject: [PATCH] Forward declarations still output warnings with qt5 --- src/libtomahawk/AlbumPlaylistInterface.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/libtomahawk/AlbumPlaylistInterface.cpp b/src/libtomahawk/AlbumPlaylistInterface.cpp index 29b1655a5..07b2068b9 100644 --- a/src/libtomahawk/AlbumPlaylistInterface.cpp +++ b/src/libtomahawk/AlbumPlaylistInterface.cpp @@ -29,14 +29,10 @@ #include "Artist.h" #include "Pipeline.h" #include "Query.h" +#include "Result.h" #include "Source.h" #include "SourceList.h" -// Forward Declarations breaking QSharedPointer -#if QT_VERSION < QT_VERSION_CHECK( 5, 0, 0 ) - #include "Result.h" -#endif - #include