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:
Christian Kandeler
2019-07-24 17:25:41 +02:00
parent 979b0463e8
commit 6a50abe34f

View File

@@ -52,11 +52,6 @@ signals:
Q_SIGNALS: Q_SIGNALS:
@endif @endif
@if %{QtKeywordsEnabled}
public slots:
@else
public Q_SLOTS:
@endif
@endif @endif
@if '%{IncludeQSharedData}' @if '%{IncludeQSharedData}'