forked from qt-creator/qt-creator
		
	Use QTEST_GUILESS_MAIN where applicable
instead of QTEST_MAIN. Reduces the initialization that is done by the Qt test applications, and can also reduce interference with normal OS operations like the current window loosing focus. Change-Id: If88f289281aa1c8703ac7d4dbe0799d067c16588 Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
		@@ -2221,7 +2221,7 @@ void tst_CodeFormatter::structuredBinding()
 | 
			
		||||
    checkIndent(data);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QTEST_MAIN(tst_CodeFormatter)
 | 
			
		||||
QTEST_GUILESS_MAIN(tst_CodeFormatter)
 | 
			
		||||
 | 
			
		||||
#include "tst_codeformatter.moc"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user