summaryrefslogtreecommitdiffhomepage
path: root/options/metatype.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'options/metatype.hpp')
-rw-r--r--options/metatype.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/metatype.hpp b/options/metatype.hpp
index bf149200..ca0947fb 100644
--- a/options/metatype.hpp
+++ b/options/metatype.hpp
@@ -10,7 +10,7 @@
#include <QMetaType>
-#if !defined OPENTRACK_METATYPE_ || defined Q_CREATOR_RUN || defined __clang_analyzer__
+#if !defined OPENTRACK_METATYPE_
# define OPENTRACK_METATYPE(x) Q_DECLARE_METATYPE(x)
#else
# define OPENTRACK_METATYPE(x) Q_DECLARE_METATYPE(x) OPENTRACK_METATYPE_(x)