Make include guard match its filename

Pick-to: 6.10
Change-Id: I57af3c237bddffc424cab734faa30deacaa9bcdb
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
This commit is contained in:
Matthias Rauter 2025-06-10 16:38:07 +02:00
parent fdbc8079c9
commit dd81b42127

View File

@ -1,8 +1,8 @@
// Copyright (C) 2022 Intel Corporation.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#ifndef QNATIVEIPCKEY_H
#define QNATIVEIPCKEY_H
#ifndef QTIPCCOMMON_H
#define QTIPCCOMMON_H
#include <QtCore/qglobal.h>
#include <QtCore/qtcore-config.h>
@ -207,4 +207,4 @@ QT_END_NAMESPACE
#endif // QT_CONFIG(sharedmemory) || QT_CONFIG(systemsemaphore)
#endif // QNATIVEIPCKEY_H
#endif // QTIPCCOMMON_H