forked from qt-creator/qt-creator
AutoTest: De-slot and complete Qt5-style connects
Change-Id: I013b42523f163e123a0cee85f9d232815ad284e3 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
b1a1e169a6
commit
943c76f4ab
@@ -65,16 +65,12 @@ public:
|
||||
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
|
||||
private slots:
|
||||
private:
|
||||
void onItemActivated(const QModelIndex &index);
|
||||
void onSortClicked();
|
||||
void onFilterMenuTriggered(QAction *action);
|
||||
void onParsingStarted();
|
||||
void onParsingFinished();
|
||||
|
||||
private:
|
||||
void initializeFilterMenu();
|
||||
void onRunThisTestTriggered(TestRunner::Mode runMode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user