summaryrefslogtreecommitdiffstats
path: root/tools/utils/qtcreator/templates/wizards/classes/qt3d/file_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/utils/qtcreator/templates/wizards/classes/qt3d/file_p.h')
-rw-r--r--tools/utils/qtcreator/templates/wizards/classes/qt3d/file_p.h9
1 files changed, 9 insertions, 0 deletions
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 71203930e..9de21e805 100644
--- a/tools/utils/qtcreator/templates/wizards/classes/qt3d/file_p.h
+++ b/tools/utils/qtcreator/templates/wizards/classes/qt3d/file_p.h
@@ -31,8 +31,17 @@ class %{CN}Private : public Qt3DCore::%{Base}Private
public:
%{CN}Private();
+ Q_DECLARE_PUBLIC(%{CN})
+ // TODO Add member variables
};
+@if '%{Base}' === 'QNode' || '%{Base}' === 'QComponent'
+
+struct %{CN}Data
+{
+ // TODO: Add members that should be sent to the backend
+};
+@endif
%{JS: Cpp.closeNamespaces('%{Class}')}
QT_END_NAMESPACE