summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2016-01-15 08:34:42 +0000
committerSean Harmer <sean.harmer@kdab.com>2016-01-17 17:20:23 +0000
commit2381516c20bb20432ed0a4227e7af3ed5240d975 (patch)
treeef56eaf37684b67b1a10099bb2f3c4e170775df5 /tools
parent6497f1df2dc15cca362f5f7bfc67cc15f838809c (diff)
Fix typo in creator template and adjust whitespace
Change-Id: I4bee133d1babf86612e584f938938d59de7f422b Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
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" ]
}
},
{