mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-20 12:52:30 +02:00
qt5: ifdeffing didn't work, needs to be commented out
This commit is contained in:
@@ -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<DatabaseCommand_LoadAllSortedPlaylists::SourcePlaylistPair>)
|
||||
#endif
|
||||
// Q_DECLARE_METATYPE(QList<DatabaseCommand_LoadAllSortedPlaylists::SourcePlaylistPair>)
|
||||
|
||||
#endif // DATABASECOMMAND_LOADALLSORTEDPLAYLISTS_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
|
||||
|
Reference in New Issue
Block a user