summaryrefslogtreecommitdiff
path: root/src/plugins/help/localhelpmanager.h
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@digia.com>2014-06-18 15:53:18 +0200
committerEike Ziller <eike.ziller@digia.com>2014-06-18 16:06:49 +0200
commit21983e080d449686f6427f691a2f6c4b58fc6177 (patch)
tree2406167d1e2d897b03754d2a7876d75a3880724f /src/plugins/help/localhelpmanager.h
parent3c7f5c08bda107df69d1f44df514c218beb6b0c1 (diff)
downloadqt-creator-21983e080d449686f6427f691a2f6c4b58fc6177.tar.gz
Help: Fix Qt4 compile
Change-Id: Ic9027415d427f65c7012399ff4877a2a444814d8 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'src/plugins/help/localhelpmanager.h')
-rw-r--r--src/plugins/help/localhelpmanager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/help/localhelpmanager.h b/src/plugins/help/localhelpmanager.h
index 62c4efa925..2f84c39c44 100644
--- a/src/plugins/help/localhelpmanager.h
+++ b/src/plugins/help/localhelpmanager.h
@@ -33,6 +33,7 @@
#include <QMutex>
#include <QObject>
#include <QUrl>
+#include <QMetaType>
QT_FORWARD_DECLARE_CLASS(QHelpEngine)