summaryrefslogtreecommitdiffstats
path: root/src/assistant/help/qhelpcollectionhandler.cpp
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2024-02-05 14:20:18 +0100
committerJarek Kobus <jaroslaw.kobus@qt.io>2024-02-07 08:51:12 +0100
commitf1cf59001adaf4d49001a5b457bd0d650b7a4a9f (patch)
tree7649c7c7aaee3bb6adca69be2407f15b0f6a44b2 /src/assistant/help/qhelpcollectionhandler.cpp
parentbf8cf6f054d696a82bb4728cb4bcd9259674aa95 (diff)
QtHelp: Cleanup includes
Get rid of unused includes and forward declarations. Order includes and forward declarations alphabetically. Replace some includes with forward declarations. Task-number: QTBUG-122025 Change-Id: I224dc5371c982137b33f5b63c54f5da6cd435ce7 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'src/assistant/help/qhelpcollectionhandler.cpp')
-rw-r--r--src/assistant/help/qhelpcollectionhandler.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/assistant/help/qhelpcollectionhandler.cpp b/src/assistant/help/qhelpcollectionhandler.cpp
index 1116f750f..f708fe4a9 100644
--- a/src/assistant/help/qhelpcollectionhandler.cpp
+++ b/src/assistant/help/qhelpcollectionhandler.cpp
@@ -5,21 +5,19 @@
#include "qhelp_global.h"
#include "qhelpdbreader_p.h"
#include "qhelpfilterdata.h"
+#include "qhelplink.h"
#include <QtCore/QDataStream>
#include <QtCore/QDateTime>
#include <QtCore/QDir>
-#include <QtCore/QFile>
#include <QtCore/QFileInfo>
-#include <QtCore/QList>
#include <QtCore/QMultiMap>
#include <QtCore/QTimer>
#include <QtCore/QVersionNumber>
-#include <QtHelp/QHelpLink>
-
-#include <QtSql/QSqlError>
#include <QtSql/QSqlDriver>
+#include <QtSql/QSqlError>
+#include <QtSql/QSqlQuery>
QT_BEGIN_NAMESPACE