forked from qt-creator/qt-creator
		
	Squish: Refactor starting Qt Creator from Squish
Change-Id: I7cbce7db2a22a7cb327965b9b7918eb46266b260 Reviewed-by: Robert Loehning <robert.loehning@qt.io>
This commit is contained in:
		@@ -26,7 +26,7 @@
 | 
			
		||||
source("../../shared/qtcreator.py")
 | 
			
		||||
 | 
			
		||||
def startQtCreatorWithNewAppAtQMLEditor(projectDir, projectName, line = None):
 | 
			
		||||
    startApplication("qtcreator" + SettingsPath)
 | 
			
		||||
    startQC()
 | 
			
		||||
    if not startedWithoutPluginError():
 | 
			
		||||
        return None
 | 
			
		||||
    # create qt quick application
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user