CppClassWizard: Do not add signal/slot to non-QObject classes

Task-number: QTCREATORBUG-14959
Change-Id: I95920a8cb48facf086fbceae3e029bab30c23821
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-08-27 14:18:38 +02:00
parent 7a7813b1b8
commit 438c826859

View File

@@ -40,7 +40,7 @@ public:
%{CN} &operator=(const %{CN} &);
~%{CN}();
@endif
@if '%{isQObject}'
@if %{isQObject}
signals: