diff options
author | Christian Stenger <christian.stenger@digia.com> | 2014-06-18 15:53:18 +0200 |
---|---|---|
committer | Eike Ziller <eike.ziller@digia.com> | 2014-06-18 16:06:49 +0200 |
commit | 21983e080d449686f6427f691a2f6c4b58fc6177 (patch) | |
tree | 2406167d1e2d897b03754d2a7876d75a3880724f /src | |
parent | 3c7f5c08bda107df69d1f44df514c218beb6b0c1 (diff) | |
download | qt-creator-21983e080d449686f6427f691a2f6c4b58fc6177.tar.gz |
Help: Fix Qt4 compile
Change-Id: Ic9027415d427f65c7012399ff4877a2a444814d8
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/help/localhelpmanager.h | 1 |
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) |