diff --git a/src/libtomahawk/database/DatabaseCommand_LoadAllSortedPlaylists.h b/src/libtomahawk/database/DatabaseCommand_LoadAllSortedPlaylists.h index 38d4e2692..83b82b980 100644 --- a/src/libtomahawk/database/DatabaseCommand_LoadAllSortedPlaylists.h +++ b/src/libtomahawk/database/DatabaseCommand_LoadAllSortedPlaylists.h @@ -62,8 +62,6 @@ private: }; //FIXME: Qt5: this fails with Qt5, is it needed at all? It compiles fine without in Qt4 as well -#if ! QT_VERSION >= QT_VERSION_CHECK( 5, 0, 0 ) -Q_DECLARE_METATYPE(QList) -#endif +// Q_DECLARE_METATYPE(QList) #endif // DATABASECOMMAND_LOADALLSORTEDPLAYLISTS_H diff --git a/src/libtomahawk/database/DatabaseCommand_LoadSocialActions.h b/src/libtomahawk/database/DatabaseCommand_LoadSocialActions.h index 57ae3598a..ecc1c2ebd 100644 --- a/src/libtomahawk/database/DatabaseCommand_LoadSocialActions.h +++ b/src/libtomahawk/database/DatabaseCommand_LoadSocialActions.h @@ -143,8 +143,6 @@ private: }; //FIXME: Qt5: this fails with Qt5, is it needed at all? It compiles fine without in Qt4 as well -#if ! QT_VERSION >= QT_VERSION_CHECK( 5, 0, 0 ) -Q_DECLARE_METATYPE( DatabaseCommand_LoadSocialActions::TrackActions ) -#endif +// Q_DECLARE_METATYPE( DatabaseCommand_LoadSocialActions::TrackActions ) #endif // DATABASECOMMAND_LOADSOCIALACTIONS_H