AutoTest: De-slot and complete Qt5-style connects

Change-Id: I013b42523f163e123a0cee85f9d232815ad284e3
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Orgad Shaneh
2016-06-28 22:38:54 +03:00
committed by Orgad Shaneh
parent b1a1e169a6
commit 943c76f4ab
7 changed files with 9 additions and 22 deletions

View File

@@ -56,21 +56,19 @@ public:
void setSelectedTests(const QList<TestConfiguration *> &selected);
bool isTestRunning() const { return m_executingTests; }
void prepareToRunTests(Mode mode);
signals:
void testRunStarted();
void testRunFinished();
void requestStopTestRun();
void testResultReady(const TestResultPtr &result);
public slots:
void prepareToRunTests(Mode mode);
private slots:
private:
void buildProject(ProjectExplorer::Project *project);
void buildFinished(bool success);
void onFinished();
private:
void runTests();
void debugTests();
void runOrDebugTests();