summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/actionmanager/commandsfile.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2013-03-27 08:29:38 +0100
committerEike Ziller <eike.ziller@digia.com>2013-03-27 09:31:54 +0100
commitcf5e615f6dace4dfb2e0927e208f2d75739aec0f (patch)
tree11d106a20bec7b96fa329fd5db9152d5dc0533a9 /src/plugins/coreplugin/actionmanager/commandsfile.h
parent3a806d425270ddba1638877e132faae6f341c325 (diff)
downloadqt-creator-cf5e615f6dace4dfb2e0927e208f2d75739aec0f.tar.gz
Clean headers in Core-plugin.
Change-Id: Ie79d334765ca5c6a034fa2f5eccff5d45b481975 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'src/plugins/coreplugin/actionmanager/commandsfile.h')
-rw-r--r--src/plugins/coreplugin/actionmanager/commandsfile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/actionmanager/commandsfile.h b/src/plugins/coreplugin/actionmanager/commandsfile.h
index 2f05fd2656..f9a23da434 100644
--- a/src/plugins/coreplugin/actionmanager/commandsfile.h
+++ b/src/plugins/coreplugin/actionmanager/commandsfile.h
@@ -33,7 +33,8 @@
#include <QObject>
#include <QString>
#include <QMap>
-#include <QKeySequence>
+
+QT_FORWARD_DECLARE_CLASS(QKeySequence)
namespace Core {
namespace Internal {