summaryrefslogtreecommitdiff
path: root/plugins/autotest/testtreemodel.h
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@theqtcompany.com>2015-03-03 13:14:31 +0100
committerChristian Stenger <christian.stenger@theqtcompany.com>2015-03-03 15:36:43 +0200
commit535f1eec182b54011e2b32a625ba048e8e99ec98 (patch)
treec1ff1551caca476eb294a9d46a7469fa5363372a /plugins/autotest/testtreemodel.h
parentaba2844a5aecb506d97d869ccd74e8bf76393883 (diff)
downloadqt-creator-535f1eec182b54011e2b32a625ba048e8e99ec98.tar.gz
Fix removing unnamed quick tests...
...this was wrong especially when closing (the last) open project that contained unnamed quick tests. Change-Id: I6d030b6219d9f397a6ffb51a985ef4147eebec8a Reviewed-by: David Schulz <david.schulz@theqtcompany.com> Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Diffstat (limited to 'plugins/autotest/testtreemodel.h')
-rw-r--r--plugins/autotest/testtreemodel.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/autotest/testtreemodel.h b/plugins/autotest/testtreemodel.h
index 437aa787be..b476bb1a5b 100644
--- a/plugins/autotest/testtreemodel.h
+++ b/plugins/autotest/testtreemodel.h
@@ -72,8 +72,7 @@ public:
QList<TestConfiguration *> getAllTestCases() const;
QList<TestConfiguration *> getSelectedTests() const;
QString getMainFileForUnnamedQuickTest(const QString &qmlFile) const;
- void qmlFilesAndFunctionNamesForMainFile(const QString &mainFile, QSet<QString> *filePaths,
- QList<QString> *functionNames) const;
+ void qmlFilesForMainFile(const QString &mainFile, QSet<QString> *filePaths) const;
QList<QString> getUnnamedQuickTestFunctions() const;
QSet<QString> qmlFilesForProFile(const QString &proFile) const;
bool hasUnnamedQuickTests() const;