diff --git a/share/qtcreator/templates/wizards/classes/cpp/file.h b/share/qtcreator/templates/wizards/classes/cpp/file.h index 4d1b5c7c134..1fc69f00dc2 100644 --- a/share/qtcreator/templates/wizards/classes/cpp/file.h +++ b/share/qtcreator/templates/wizards/classes/cpp/file.h @@ -40,7 +40,7 @@ public: %{CN} &operator=(const %{CN} &); ~%{CN}(); @endif -@if '%{isQObject}' +@if %{isQObject} signals: