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:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user