summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/utils/qtcreator/templates/wizards/classes/qt3d/file.h1
-rw-r--r--tools/utils/qtcreator/templates/wizards/classes/qt3d/file_p.h1
-rw-r--r--tools/utils/qtcreator/templates/wizards/classes/qt3d/wizard.json2
3 files changed, 3 insertions, 1 deletions
diff --git a/tools/utils/qtcreator/templates/wizards/classes/qt3d/file.h b/tools/utils/qtcreator/templates/wizards/classes/qt3d/file.h
index 050e58ce5..7d2e76326 100644
--- a/tools/utils/qtcreator/templates/wizards/classes/qt3d/file.h
+++ b/tools/utils/qtcreator/templates/wizards/classes/qt3d/file.h
@@ -1,4 +1,5 @@
%{Cpp:LicenseTemplate}\
+
#ifndef %{GUARD}
#define %{GUARD}
diff --git a/tools/utils/qtcreator/templates/wizards/classes/qt3d/file_p.h b/tools/utils/qtcreator/templates/wizards/classes/qt3d/file_p.h
index 420f2edef..71203930e 100644
--- a/tools/utils/qtcreator/templates/wizards/classes/qt3d/file_p.h
+++ b/tools/utils/qtcreator/templates/wizards/classes/qt3d/file_p.h
@@ -1,4 +1,5 @@
%{Cpp:LicenseTemplate}\
+
#ifndef %{PRIVATEGUARD}
#define %{PRIVATEGUARD}
diff --git a/tools/utils/qtcreator/templates/wizards/classes/qt3d/wizard.json b/tools/utils/qtcreator/templates/wizards/classes/qt3d/wizard.json
index de7053d08..c9fe63685 100644
--- a/tools/utils/qtcreator/templates/wizards/classes/qt3d/wizard.json
+++ b/tools/utils/qtcreator/templates/wizards/classes/qt3d/wizard.json
@@ -49,7 +49,7 @@
"data":
{
"items": [ { "trKey": "<Custom>", "value": "" },
- "QQNode", "QComponent", "QEntity", "QBackendNode" ]
+ "QNode", "QComponent", "QEntity", "QBackendNode" ]
}
},
{