From 2007209a6fd5aacc965a715fc3c640e1b1af209f Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Thu, 5 Oct 2023 19:14:36 +0200 Subject: [PATCH] qmainindowlayout_p.h: make header guard match file name Pick-to: 6.5 Change-Id: I922e54f93897ffd82931419afcbba4d148ca5e8d Reviewed-by: Volker Hilsheimer (cherry picked from commit fbb1cc234b5615d28667174e84748df36b405c7e) Reviewed-by: Qt Cherry-pick Bot --- src/widgets/widgets/qmainwindowlayout_p.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/widgets/widgets/qmainwindowlayout_p.h b/src/widgets/widgets/qmainwindowlayout_p.h index f09c9e82f43..d2891ab2280 100644 --- a/src/widgets/widgets/qmainwindowlayout_p.h +++ b/src/widgets/widgets/qmainwindowlayout_p.h @@ -1,8 +1,8 @@ // 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 -#ifndef QDYNAMICMAINWINDOWLAYOUT_P_H -#define QDYNAMICMAINWINDOWLAYOUT_P_H +#ifndef QMAINWINDOWLAYOUT_P_H +#define QMAINWINDOWLAYOUT_P_H // // W A R N I N G @@ -606,4 +606,4 @@ QDebug operator<<(QDebug debug, const QMainWindowLayout *layout); QT_END_NAMESPACE -#endif // QDYNAMICMAINWINDOWLAYOUT_P_H +#endif // QMAINWINDOWLAYOUT_P_H