summaryrefslogtreecommitdiffstats
path: root/src
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
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')
-rw-r--r--src/scxml/qscxmlcppdatamodel.h6
-rw-r--r--src/scxml/qscxmlcppdatamodel_p.h6
-rw-r--r--src/scxml/qscxmldatamodel.h6
-rw-r--r--src/scxml/qscxmlecmascriptdatamodel.h6
-rw-r--r--src/scxml/qscxmlecmascriptplatformproperties_p.h6
-rw-r--r--src/scxml/qscxmlevent.h6
-rw-r--r--src/scxml/qscxmlevent_p.h6
-rw-r--r--src/scxml/qscxmlexecutablecontent.h6
-rw-r--r--src/scxml/qscxmlexecutablecontent_p.h6
-rw-r--r--src/scxml/qscxmlglobals.h6
-rw-r--r--src/scxml/qscxmlglobals_p.h6
-rw-r--r--src/scxml/qscxmlnulldatamodel.h6
-rw-r--r--src/scxml/qscxmlstatemachine.h6
-rw-r--r--src/scxml/qscxmlstatemachine_p.h6
14 files changed, 42 insertions, 42 deletions
diff --git a/src/scxml/qscxmlcppdatamodel.h b/src/scxml/qscxmlcppdatamodel.h
index 04607f2..5de8f14 100644
--- a/src/scxml/qscxmlcppdatamodel.h
+++ b/src/scxml/qscxmlcppdatamodel.h
@@ -37,8 +37,8 @@
**
****************************************************************************/
-#ifndef CPPDATAMODEL_H
-#define CPPDATAMODEL_H
+#ifndef QSCXMLCPPDATAMODEL_H
+#define QSCXMLCPPDATAMODEL_H
#include <QtScxml/qscxmldatamodel.h>
@@ -80,4 +80,4 @@ public:
QT_END_NAMESPACE
-#endif // CPPDATAMODEL_H
+#endif // QSCXMLCPPDATAMODEL_H
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
diff --git a/src/scxml/qscxmldatamodel.h b/src/scxml/qscxmldatamodel.h
index e1a575a..3d19685 100644
--- a/src/scxml/qscxmldatamodel.h
+++ b/src/scxml/qscxmldatamodel.h
@@ -37,8 +37,8 @@
**
****************************************************************************/
-#ifndef DATAMODEL_H
-#define DATAMODEL_H
+#ifndef QSCXMLDATAMODEL_H
+#define QSCXMLDATAMODEL_H
#include <QtScxml/qscxmlexecutablecontent.h>
@@ -103,4 +103,4 @@ protected:
QT_END_NAMESPACE
-#endif // DATAMODEL_H
+#endif // QSCXMLDATAMODEL_H
diff --git a/src/scxml/qscxmlecmascriptdatamodel.h b/src/scxml/qscxmlecmascriptdatamodel.h
index 808830a..19b96dd 100644
--- a/src/scxml/qscxmlecmascriptdatamodel.h
+++ b/src/scxml/qscxmlecmascriptdatamodel.h
@@ -37,8 +37,8 @@
**
****************************************************************************/
-#ifndef ECMASCRIPTDATAMODEL_H
-#define ECMASCRIPTDATAMODEL_H
+#ifndef QSCXMLECMASCRIPTDATAMODEL_H
+#define QSCXMLECMASCRIPTDATAMODEL_H
#include <QtScxml/qscxmldatamodel.h>
@@ -75,4 +75,4 @@ public:
QT_END_NAMESPACE
-#endif // ECMASCRIPTDATAMODEL_H
+#endif // QSCXMLECMASCRIPTDATAMODEL_H
diff --git a/src/scxml/qscxmlecmascriptplatformproperties_p.h b/src/scxml/qscxmlecmascriptplatformproperties_p.h
index fef53ea..cf1c4a9 100644
--- a/src/scxml/qscxmlecmascriptplatformproperties_p.h
+++ b/src/scxml/qscxmlecmascriptplatformproperties_p.h
@@ -37,8 +37,8 @@
**
****************************************************************************/
-#ifndef ECMASCRIPTPLATFORMPROPERTIES_P_H
-#define ECMASCRIPTPLATFORMPROPERTIES_P_H
+#ifndef QSCXMLECMASCRIPTPLATFORMPROPERTIES_P_H
+#define QSCXMLECMASCRIPTPLATFORMPROPERTIES_P_H
//
// W A R N I N G
@@ -86,4 +86,4 @@ private:
QT_END_NAMESPACE
-#endif // ECMASCRIPTPLATFORMPROPERTIES_P_H
+#endif // QSCXMLECMASCRIPTPLATFORMPROPERTIES_P_H
diff --git a/src/scxml/qscxmlevent.h b/src/scxml/qscxmlevent.h
index c4f517f..267f5ec 100644
--- a/src/scxml/qscxmlevent.h
+++ b/src/scxml/qscxmlevent.h
@@ -37,8 +37,8 @@
**
****************************************************************************/
-#ifndef SCXMLEVENT_H
-#define SCXMLEVENT_H
+#ifndef QSCXMLEVENT_H
+#define QSCXMLEVENT_H
#include <QtScxml/qscxmlglobals.h>
@@ -119,4 +119,4 @@ QT_END_NAMESPACE
Q_DECLARE_METATYPE(QScxmlEvent)
-#endif // SCXMLEVENT_H
+#endif // QSCXMLEVENT_H
diff --git a/src/scxml/qscxmlevent_p.h b/src/scxml/qscxmlevent_p.h
index aef14d1..15bd6fa 100644
--- a/src/scxml/qscxmlevent_p.h
+++ b/src/scxml/qscxmlevent_p.h
@@ -37,8 +37,8 @@
**
****************************************************************************/
-#ifndef SCXMLEVENT_P_H
-#define SCXMLEVENT_P_H
+#ifndef QSCXMLEVENT_P_H
+#define QSCXMLEVENT_P_H
//
// W A R N I N G
@@ -177,5 +177,5 @@ public:
QT_END_NAMESPACE
-#endif // SCXMLEVENT_P_H
+#endif // QSCXMLEVENT_P_H
diff --git a/src/scxml/qscxmlexecutablecontent.h b/src/scxml/qscxmlexecutablecontent.h
index cdf6b2b..8d2ef13 100644
--- a/src/scxml/qscxmlexecutablecontent.h
+++ b/src/scxml/qscxmlexecutablecontent.h
@@ -37,8 +37,8 @@
**
****************************************************************************/
-#ifndef EXECUTABLECONTENT_H
-#define EXECUTABLECONTENT_H
+#ifndef QSCXMLEXECUTABLECONTENT_H
+#define QSCXMLEXECUTABLECONTENT_H
#include <QtScxml/qscxmlglobals.h>
@@ -99,4 +99,4 @@ struct InvokeInfo {
QT_END_NAMESPACE
-#endif // EXECUTABLECONTENT_H
+#endif // QSCXMLEXECUTABLECONTENT_H
diff --git a/src/scxml/qscxmlexecutablecontent_p.h b/src/scxml/qscxmlexecutablecontent_p.h
index 4429686..98461fe 100644
--- a/src/scxml/qscxmlexecutablecontent_p.h
+++ b/src/scxml/qscxmlexecutablecontent_p.h
@@ -37,8 +37,8 @@
**
****************************************************************************/
-#ifndef EXECUTABLECONTENT_P_H
-#define EXECUTABLECONTENT_P_H
+#ifndef QSCXMLEXECUTABLECONTENT_P_H
+#define QSCXMLEXECUTABLECONTENT_P_H
//
// W A R N I N G
@@ -510,4 +510,4 @@ private:
QT_END_NAMESPACE
-#endif // EXECUTABLECONTENT_P_H
+#endif // QSCXMLEXECUTABLECONTENT_P_H
diff --git a/src/scxml/qscxmlglobals.h b/src/scxml/qscxmlglobals.h
index d9bf7b5..8672aa1 100644
--- a/src/scxml/qscxmlglobals.h
+++ b/src/scxml/qscxmlglobals.h
@@ -37,8 +37,8 @@
**
****************************************************************************/
-#ifndef SCXMLGLOBALS_H
-#define SCXMLGLOBALS_H
+#ifndef QSCXMLGLOBALS_H
+#define QSCXMLGLOBALS_H
#include <QtCore/qglobal.h>
QT_BEGIN_NAMESPACE
@@ -55,5 +55,5 @@ QT_BEGIN_NAMESPACE
QT_END_NAMESPACE
-#endif // SCXMLGLOBALS_H
+#endif // QSCXMLGLOBALS_H
diff --git a/src/scxml/qscxmlglobals_p.h b/src/scxml/qscxmlglobals_p.h
index 48b3d73..559636b 100644
--- a/src/scxml/qscxmlglobals_p.h
+++ b/src/scxml/qscxmlglobals_p.h
@@ -37,8 +37,8 @@
**
****************************************************************************/
-#ifndef SCXMLGLOBALS_P_H
-#define SCXMLGLOBALS_P_H
+#ifndef QSCXMLGLOBALS_P_H
+#define QSCXMLGLOBALS_P_H
//
// W A R N I N G
@@ -62,4 +62,4 @@ Q_DECLARE_LOGGING_CATEGORY(scxmlLog)
QT_END_NAMESPACE
-#endif // SCXMLGLOBALS_P_H
+#endif // QSCXMLGLOBALS_P_H
diff --git a/src/scxml/qscxmlnulldatamodel.h b/src/scxml/qscxmlnulldatamodel.h
index f5aeb26..098adcf 100644
--- a/src/scxml/qscxmlnulldatamodel.h
+++ b/src/scxml/qscxmlnulldatamodel.h
@@ -37,8 +37,8 @@
**
****************************************************************************/
-#ifndef NULLDATAMODEL_H
-#define NULLDATAMODEL_H
+#ifndef QSCXMLNULLDATAMODEL_H
+#define QSCXMLNULLDATAMODEL_H
#include <QtScxml/qscxmldatamodel.h>
@@ -74,4 +74,4 @@ public:
QT_END_NAMESPACE
-#endif // NULLDATAMODEL_H
+#endif // QSCXMLNULLDATAMODEL_H
diff --git a/src/scxml/qscxmlstatemachine.h b/src/scxml/qscxmlstatemachine.h
index 2dea079..b5837db 100644
--- a/src/scxml/qscxmlstatemachine.h
+++ b/src/scxml/qscxmlstatemachine.h
@@ -37,8 +37,8 @@
**
****************************************************************************/
-#ifndef SCXMLSTATEMACHINE_H
-#define SCXMLSTATEMACHINE_H
+#ifndef QSCXMLSTATEMACHINE_H
+#define QSCXMLSTATEMACHINE_H
#include <QtScxml/qscxmldatamodel.h>
#include <QtScxml/qscxmlexecutablecontent.h>
@@ -356,4 +356,4 @@ private:
QT_END_NAMESPACE
-#endif // SCXMLSTATEMACHINE_H
+#endif // QSCXMLSTATEMACHINE_H
diff --git a/src/scxml/qscxmlstatemachine_p.h b/src/scxml/qscxmlstatemachine_p.h
index 69f3be4..bfa7bc1 100644
--- a/src/scxml/qscxmlstatemachine_p.h
+++ b/src/scxml/qscxmlstatemachine_p.h
@@ -37,8 +37,8 @@
**
****************************************************************************/
-#ifndef SCXMLSTATEMACHINE_P_H
-#define SCXMLSTATEMACHINE_P_H
+#ifndef QSCXMLSTATEMACHINE_P_H
+#define QSCXMLSTATEMACHINE_P_H
//
// W A R N I N G
@@ -383,5 +383,5 @@ private:
QT_END_NAMESPACE
-#endif // SCXMLSTATEMACHINE_P_H
+#endif // QSCXMLSTATEMACHINE_P_H