summaryrefslogtreecommitdiffstats
path: root/src/assistant/help/qhelpcollectionhandler_p.h
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_p.h
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_p.h')
-rw-r--r--src/assistant/help/qhelpcollectionhandler_p.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/src/assistant/help/qhelpcollectionhandler_p.h b/src/assistant/help/qhelpcollectionhandler_p.h
index c2e89b60f..a3fabc785 100644
--- a/src/assistant/help/qhelpcollectionhandler_p.h
+++ b/src/assistant/help/qhelpcollectionhandler_p.h
@@ -15,21 +15,18 @@
// We mean it.
//
-#include <QtCore/QList>
-#include <QtCore/QString>
-#include <QtCore/QObject>
-#include <QtCore/QVariant>
-#include <QtCore/QStringList>
-
-#include <QtSql/QSqlQuery>
-
#include "qhelpdbreader_p.h"
#include "qhelplink.h"
+#include <QtCore/QObject>
+#include <QtCore/QStringList>
+
QT_BEGIN_NAMESPACE
-class QVersionNumber;
class QHelpFilterData;
+class QSqlQuery;
+class QVariant;
+class QVersionNumber;
class QHelpCollectionHandler : public QObject
{