forked from qt-creator/qt-creator
		
	AutoTest: Introduce active state for test frameworks
Change-Id: I0fddce91a239c0a51352a25e34a221fd8880b733 Reviewed-by: David Schulz <david.schulz@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
		@@ -80,7 +80,6 @@ TestCodeParser::TestCodeParser(TestTreeModel *parent)
 | 
			
		||||
 | 
			
		||||
TestCodeParser::~TestCodeParser()
 | 
			
		||||
{
 | 
			
		||||
    qDeleteAll(m_testCodeParsers);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void TestCodeParser::setState(State state)
 | 
			
		||||
@@ -114,7 +113,7 @@ void TestCodeParser::setState(State state)
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void TestCodeParser::syncTestFrameworks(const QList<Core::Id> &frameworkIds)
 | 
			
		||||
void TestCodeParser::syncTestFrameworks(const QVector<Core::Id> &frameworkIds)
 | 
			
		||||
{
 | 
			
		||||
    if (m_parserState != Disabled && m_parserState != Idle) {
 | 
			
		||||
        // there's a running parse
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user