forked from qt-creator/qt-creator
Macros: Use Qt5-style connects
The heavy lifting was done by clazy. Change-Id: I0154e09c1a9e028f3a80772c4c07751f4e282091 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
34a7ff07b7
commit
8641a5e956
@@ -52,14 +52,12 @@ public:
|
||||
|
||||
void apply();
|
||||
|
||||
private slots:
|
||||
private:
|
||||
void remove();
|
||||
void changeCurrentItem(QTreeWidgetItem *current);
|
||||
|
||||
private:
|
||||
void createTable();
|
||||
|
||||
private slots:
|
||||
void changeDescription(const QString &description);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user