summaryrefslogtreecommitdiffstats
path: root/src/assistant/assistant/helpdocsettingswidget.cpp
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-03-18 10:12:57 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-03-18 12:50:40 +0100
commit9181c903b3f1e15650eb0a0074aa5fec5f98c977 (patch)
treeaf324b4e83b08fa53cd299b9472e22e952c94a0c /src/assistant/assistant/helpdocsettingswidget.cpp
parent7633dd2f392cf26d6984965f265e60aef749a6cb (diff)
Fix qttools build after include cleanup in qtbase
QMap and QHash need to be explicitly included. Pick-to: 6.3 Change-Id: I43de3cdf0911c5ed5d86a2107c15cc32d94da30a Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/assistant/assistant/helpdocsettingswidget.cpp')
-rw-r--r--src/assistant/assistant/helpdocsettingswidget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/assistant/assistant/helpdocsettingswidget.cpp b/src/assistant/assistant/helpdocsettingswidget.cpp
index 646026a23..d7287e8c5 100644
--- a/src/assistant/assistant/helpdocsettingswidget.cpp
+++ b/src/assistant/assistant/helpdocsettingswidget.cpp
@@ -41,6 +41,7 @@
#include "helpdocsettingswidget.h"
#include "ui_helpdocsettingswidget.h"
+#include <QtCore/QMap>
#include <QtWidgets/QFileDialog>
#include <QtWidgets/QPushButton>