aboutsummaryrefslogtreecommitdiffstats
path: root/src/webchannel/signalhandler_p.h
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2023-08-04 21:03:58 +0200
committerMarc Mutz <marc.mutz@qt.io>2023-08-04 22:42:25 +0200
commit8e8b51abfdd891e969eb2534b70ed1bb52573db8 (patch)
tree029677a8e5f3e3826134946ac6b4e1773871e518 /src/webchannel/signalhandler_p.h
parent020bbca01600a2cff69c68d02ec6ac8f1316e2b3 (diff)
Fix overly generic header include guard name
SIGNALHANDLER_H is too generic (and missing _P). Prepend QTWEBCHANNEL_ and add the _P. Pick-to: 6.6 6.5 6.2 5.15 Change-Id: I991eb77fd0279cbf064dde6418b1c9a3e609b7fe Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
Diffstat (limited to 'src/webchannel/signalhandler_p.h')
-rw-r--r--src/webchannel/signalhandler_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/webchannel/signalhandler_p.h b/src/webchannel/signalhandler_p.h
index 022762a..57b9ff3 100644
--- a/src/webchannel/signalhandler_p.h
+++ b/src/webchannel/signalhandler_p.h
@@ -1,8 +1,8 @@
// Copyright (C) 2019 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Milian Wolff <milian.wolff@kdab.com>
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
-#ifndef SIGNALHANDLER_H
-#define SIGNALHANDLER_H
+#ifndef QTWEBCHANNEL_SIGNALHANDLER_P_H
+#define QTWEBCHANNEL_SIGNALHANDLER_P_H
//
// W A R N I N G
@@ -273,4 +273,4 @@ void SignalHandler<Receiver>::remove(const QObject *object)
QT_END_NAMESPACE
-#endif // SIGNALHANDLER_H
+#endif // QTWEBCHANNEL_SIGNALHANDLER_P_H