forked from qt-creator/qt-creator
Wizards: Remove "public slots:" segment from class template
Slots have become rather irrelevant with Qt5 and C++11. Let's not annoy and/or confuse users by reserving a segment for them in our generated classes. Change-Id: Ied26bd627c87654ac26f6577387397f39367c0ee Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -52,11 +52,6 @@ signals:
|
||||
Q_SIGNALS:
|
||||
@endif
|
||||
|
||||
@if %{QtKeywordsEnabled}
|
||||
public slots:
|
||||
@else
|
||||
public Q_SLOTS:
|
||||
@endif
|
||||
@endif
|
||||
@if '%{IncludeQSharedData}'
|
||||
|
||||
|
Reference in New Issue
Block a user