diff options
author | hjk <hjk@qt.io> | 2018-05-28 12:41:16 +0200 |
---|---|---|
committer | hjk <hjk@qt.io> | 2018-05-28 11:00:56 +0000 |
commit | dba5aee92dccec106e9f7edd452ba9a231db6076 (patch) | |
tree | 452a1b11e41f425aaee9c150d86310231094cb73 /src/plugins/macros/macrooptionswidget.cpp | |
parent | e5cf97f4096b4839e0a00bae60482b31e5e08663 (diff) | |
download | qt-creator-4.2.tar.gz |
Make compilable with 5.114.2
While it is understood that there won't be any further release from
this 4.2 branch, it helps with bisecting Qt Creator when there isn't
a need to build a contemporary Qt version as well.
Change-Id: Icb722ca45f4a70b73a9a4932a103ae8e45b500a0
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/macros/macrooptionswidget.cpp')
-rw-r--r-- | src/plugins/macros/macrooptionswidget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/macros/macrooptionswidget.cpp b/src/plugins/macros/macrooptionswidget.cpp index a55849d50b..b49d6eeab0 100644 --- a/src/plugins/macros/macrooptionswidget.cpp +++ b/src/plugins/macros/macrooptionswidget.cpp @@ -35,6 +35,7 @@ #include <coreplugin/actionmanager/command.h> #include <coreplugin/id.h> +#include <QAction> #include <QDir> #include <QFileInfo> #include <QTreeWidget> |