Squish: Remove workaround

Change-Id: I8c42ae2d67a2eac292c4c1ca4de75ec59b060ec3
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
Robert Loehning
2013-05-08 18:10:29 +02:00
parent 6901f678b2
commit bbee7310c1

View File

@@ -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")