summaryrefslogtreecommitdiffstats
path: root/src/assistant/help/qhelp_global.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/qhelp_global.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/qhelp_global.cpp')
-rw-r--r--src/assistant/help/qhelp_global.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/assistant/help/qhelp_global.cpp b/src/assistant/help/qhelp_global.cpp
index 585f99a6e..26332eb04 100644
--- a/src/assistant/help/qhelp_global.cpp
+++ b/src/assistant/help/qhelp_global.cpp
@@ -1,14 +1,14 @@
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
+#include "qhelp_global.h"
+
#include <QtCore/QCoreApplication>
#include <QtCore/QHash>
-#include <QtCore/QRegularExpression>
#include <QtCore/QMutexLocker>
+#include <QtCore/QRegularExpression>
#include <QtGui/QTextDocument>
-#include "qhelp_global.h"
-
QString QHelpGlobal::uniquifyConnectionName(const QString &name, void *pointer)
{
static QMutex mutex;