forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user