summaryrefslogtreecommitdiff
path: root/src/plugins/autotest/testcodeparser.cpp
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2019-08-07 10:25:43 +0200
committerChristian Stenger <christian.stenger@qt.io>2019-08-22 13:34:23 +0000
commit0d11d880ca0af8c2c5bc069f05e0851729563ad3 (patch)
treea1a3f0e6aae812c1da78ff2e6b9c59d9bc78285c /src/plugins/autotest/testcodeparser.cpp
parent297410ba4e6d15ef8fbe8a97816f04fbe4baa803 (diff)
downloadqt-creator-0d11d880ca0af8c2c5bc069f05e0851729563ad3.tar.gz
AutoTest: Unify container usage in TestFrameworkManager
And provide an accessor for the framework's priority which will be needed later on. Change-Id: I5a2480699d9467ee50e2cc44b9d4ff58f9e8da88 Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/autotest/testcodeparser.cpp')
-rw-r--r--src/plugins/autotest/testcodeparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/autotest/testcodeparser.cpp b/src/plugins/autotest/testcodeparser.cpp
index 755d0e57de..1081c80aca 100644
--- a/src/plugins/autotest/testcodeparser.cpp
+++ b/src/plugins/autotest/testcodeparser.cpp
@@ -115,7 +115,7 @@ void TestCodeParser::setState(State state)
}
}
-void TestCodeParser::syncTestFrameworks(const QVector<Core::Id> &frameworkIds)
+void TestCodeParser::syncTestFrameworks(const QList<Core::Id> &frameworkIds)
{
if (m_parserState != Idle) {
// there's a running parse