aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-02-01 14:52:37 +0100
committerEike Ziller <eike.ziller@qt.io>2018-02-05 10:43:58 +0000
commit78ce194d950f5a7b5dad8ec5b5e74aab4e4e4c9b (patch)
treecb38bbd69696ca7748fc59647df9e3251845ab9a
parentdcfa07ba7615799b0cd0c8accfc1a11954a5edb2 (diff)
ModelEditor: Make constants header self-contained
QT_TRANSLATE_NOOP was not defined Change-Id: Iff31e1c16db9e648d65018a57c9e74cd5c0eb3aa Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
-rw-r--r--src/plugins/modeleditor/modeleditor_constants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/modeleditor/modeleditor_constants.h b/src/plugins/modeleditor/modeleditor_constants.h
index 93b3d31eba..74e99eecc4 100644
--- a/src/plugins/modeleditor/modeleditor_constants.h
+++ b/src/plugins/modeleditor/modeleditor_constants.h
@@ -25,6 +25,8 @@
#pragma once
+#include <QtGlobal>
+
namespace ModelEditor {
namespace Constants {