1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-14 01:54:07 +02:00

Remove obsolete QT_VERSION_CHECKs

This commit is contained in:
Andreas Sturmlechner
2018-07-07 21:40:23 +02:00
committed by Dominik Schmidt
parent 2b95da1a32
commit a6cb6a92e6
62 changed files with 34 additions and 496 deletions

View File

@@ -38,11 +38,7 @@
#include <QtDebug>
#include <qxtglobal.h>
#if (QT_VERSION >= QT_VERSION_CHECK(5, 0, 0))
#define qxtcreate create
#else
#define qxtcreate construct
#endif
template <typename T>
class /*QXT_CORE_EXPORT*/ QxtMetaType