summaryrefslogtreecommitdiff
path: root/src/tools/qtcreatorcrashhandler/crashhandlerdialog.cpp
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2018-05-28 12:41:16 +0200
committerhjk <hjk@qt.io>2018-05-28 11:00:56 +0000
commitdba5aee92dccec106e9f7edd452ba9a231db6076 (patch)
tree452a1b11e41f425aaee9c150d86310231094cb73 /src/tools/qtcreatorcrashhandler/crashhandlerdialog.cpp
parente5cf97f4096b4839e0a00bae60482b31e5e08663 (diff)
downloadqt-creator-dba5aee92dccec106e9f7edd452ba9a231db6076.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/tools/qtcreatorcrashhandler/crashhandlerdialog.cpp')
-rw-r--r--src/tools/qtcreatorcrashhandler/crashhandlerdialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/qtcreatorcrashhandler/crashhandlerdialog.cpp b/src/tools/qtcreatorcrashhandler/crashhandlerdialog.cpp
index 524a1f5177..dcadff5eca 100644
--- a/src/tools/qtcreatorcrashhandler/crashhandlerdialog.cpp
+++ b/src/tools/qtcreatorcrashhandler/crashhandlerdialog.cpp
@@ -34,6 +34,7 @@
#include <QClipboard>
#include <QIcon>
#include <QSettings>
+#include <QStyle>
static const char SettingsApplication[] = "QtCreator";
static const char SettingsKeySkipWarningAbortingBacktrace[]