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

qt5: ifdeffing didn't work, needs to be commented out

This commit is contained in:
Dominik Schmidt
2013-01-05 23:37:54 +01:00
parent 8a373681b2
commit 6f116fadb6
2 changed files with 2 additions and 6 deletions

View File

@@ -62,8 +62,6 @@ private:
}; };
//FIXME: Qt5: this fails with Qt5, is it needed at all? It compiles fine without in Qt4 as well //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<DatabaseCommand_LoadAllSortedPlaylists::SourcePlaylistPair>)
Q_DECLARE_METATYPE(QList<DatabaseCommand_LoadAllSortedPlaylists::SourcePlaylistPair>)
#endif
#endif // DATABASECOMMAND_LOADALLSORTEDPLAYLISTS_H #endif // DATABASECOMMAND_LOADALLSORTEDPLAYLISTS_H

View File

@@ -143,8 +143,6 @@ private:
}; };
//FIXME: Qt5: this fails with Qt5, is it needed at all? It compiles fine without in Qt4 as well //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 )
Q_DECLARE_METATYPE( DatabaseCommand_LoadSocialActions::TrackActions )
#endif
#endif // DATABASECOMMAND_LOADSOCIALACTIONS_H #endif // DATABASECOMMAND_LOADSOCIALACTIONS_H