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:
@@ -62,7 +62,7 @@ public:
|
||||
State state() const { return m_parserState; }
|
||||
bool isParsing() const { return m_parserState == PartialParse || m_parserState == FullParse; }
|
||||
void setDirty() { m_dirty = true; }
|
||||
void syncTestFrameworks(const QVector<Core::Id> &frameworkIds);
|
||||
void syncTestFrameworks(const QList<Core::Id> &frameworkIds);
|
||||
#ifdef WITH_TESTS
|
||||
bool furtherParsingExpected() const
|
||||
{ return m_singleShotScheduled || m_fullUpdatePostponed || m_partialUpdatePostponed; }
|
||||
|
||||
Reference in New Issue
Block a user