From 8e8b51abfdd891e969eb2534b70ed1bb52573db8 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Fri, 4 Aug 2023 21:03:58 +0200 Subject: 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 --- src/webchannel/signalhandler_p.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/webchannel/signalhandler_p.h') 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 // 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::remove(const QObject *object) QT_END_NAMESPACE -#endif // SIGNALHANDLER_H +#endif // QTWEBCHANNEL_SIGNALHANDLER_P_H -- cgit v1.2.3