aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qmltc
diff options
context:
space:
mode:
authorMarc Mutz <[email protected]>2025-06-24 11:50:07 +0200
committerMarc Mutz <[email protected]>2025-06-24 14:17:22 +0200
commit9ba7a4cf7e161992209960c32c9fccb445dceec2 (patch)
tree35ddf6fd8db7e270f00365044093bb072de87892 /src/qml/qmltc
parent8e9e23b8985ef3fba775e8bad941769e19b43daf (diff)
Fix qqmlcpptypehelpers_p.h header guard name
The _P was missing... Amends ee9e3a10d967874eddc5400b2b7aa36950140b9b. Pick-to: 6.10 6.9 6.8 6.5 Change-Id: I316460d0cb831f1cf8b7394eb7795aafa7017993 Reviewed-by: Sami Shalayel <[email protected]>
Diffstat (limited to 'src/qml/qmltc')
-rw-r--r--src/qml/qmltc/supportlibrary/qqmlcpptypehelpers_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qml/qmltc/supportlibrary/qqmlcpptypehelpers_p.h b/src/qml/qmltc/supportlibrary/qqmlcpptypehelpers_p.h
index 2470d87efe..bd3b987624 100644
--- a/src/qml/qmltc/supportlibrary/qqmlcpptypehelpers_p.h
+++ b/src/qml/qmltc/supportlibrary/qqmlcpptypehelpers_p.h
@@ -1,8 +1,8 @@
// Copyright (C) 2022 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 QQMLCPPTYPEHELPERS_H
-#define QQMLCPPTYPEHELPERS_H
+#ifndef QQMLCPPTYPEHELPERS_P_H
+#define QQMLCPPTYPEHELPERS_P_H
//
// W A R N I N G
@@ -25,4 +25,4 @@ using passByConstRefOrValue =
std::conditional_t<((sizeof(T) > 3 * sizeof(void *)) || !std::is_trivial_v<T>), const T &,
T>;
-#endif // QQMLCPPTYPEHELPERS_H
+#endif // QQMLCPPTYPEHELPERS_P_H