qmainindowlayout_p.h: make header guard match file name
Pick-to: 6.5 Change-Id: I922e54f93897ffd82931419afcbba4d148ca5e8d Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit fbb1cc234b5615d28667174e84748df36b405c7e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
0ed4dc554c
commit
2007209a6f
@ -1,8 +1,8 @@
|
|||||||
// Copyright (C) 2016 The Qt Company Ltd.
|
// 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
|
// 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
|
#ifndef QMAINWINDOWLAYOUT_P_H
|
||||||
#define QDYNAMICMAINWINDOWLAYOUT_P_H
|
#define QMAINWINDOWLAYOUT_P_H
|
||||||
|
|
||||||
//
|
//
|
||||||
// W A R N I N G
|
// W A R N I N G
|
||||||
@ -606,4 +606,4 @@ QDebug operator<<(QDebug debug, const QMainWindowLayout *layout);
|
|||||||
|
|
||||||
QT_END_NAMESPACE
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
#endif // QDYNAMICMAINWINDOWLAYOUT_P_H
|
#endif // QMAINWINDOWLAYOUT_P_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user