forked from qt-creator/qt-creator
		
	Squish: Remove workaround
Change-Id: I8c42ae2d67a2eac292c4c1ca4de75ec59b060ec3 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
		| @@ -32,10 +32,6 @@ def main(): | ||||
|             tempFiletype = filetype | ||||
|             if filetype == "QML" and filenames[i - 1][-4:] != ".qml": | ||||
|                 tempFiletype = "Other files" | ||||
|                 # workaround QTCREATORBUG-9191 | ||||
|                 if filenames[i - 1][-4:].lower() == ".qml" and platform.system() in ('Windows', | ||||
|                                                                                      'Microsoft'): | ||||
|                     tempFiletype = "QML" | ||||
|             renameFile(templateDir, usedProFile, projectName + "." + tempFiletype, | ||||
|                        filenames[i - 1], filenames[i]) | ||||
|     invokeMenuItem("File", "Exit") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user