summaryrefslogtreecommitdiffstats
path: root/src/scxml/qscxmlcppdatamodel_p.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-11-29 11:46:30 +0100
committerUlf Hermann <ulf.hermann@qt.io>2016-11-29 11:40:06 +0000
commitfd91566ac98e300725a161de40a4feba427e1fa8 (patch)
treeb121a6b9de52f5c8adfbf0adce9199a324642937 /src/scxml/qscxmlcppdatamodel_p.h
parentbc476e8803b1be71014a4cd6a93abfcbb04465e5 (diff)
Fix header guards
They should reflect the file name. Change-Id: I4f1ba1b98b673cfcb9ccacc8d83a42e06b1f2a3d Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Diffstat (limited to 'src/scxml/qscxmlcppdatamodel_p.h')
-rw-r--r--src/scxml/qscxmlcppdatamodel_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/scxml/qscxmlcppdatamodel_p.h b/src/scxml/qscxmlcppdatamodel_p.h
index 1712a73..b342e39 100644
--- a/src/scxml/qscxmlcppdatamodel_p.h
+++ b/src/scxml/qscxmlcppdatamodel_p.h
@@ -37,8 +37,8 @@
**
****************************************************************************/
-#ifndef CPPDATAMODEL_P_H
-#define CPPDATAMODEL_P_H
+#ifndef QSCXMLCPPDATAMODEL_P_H
+#define QSCXMLCPPDATAMODEL_P_H
//
// W A R N I N G
@@ -65,4 +65,4 @@ public:
QT_END_NAMESPACE
-#endif // CPPDATAMODEL_P_H
+#endif // QSCXMLCPPDATAMODEL_P_H