Skip to content
Snippets Groups Projects
Commit bbee7310 authored by Robert Loehning's avatar Robert Loehning
Browse files

Squish: Remove workaround


Change-Id: I8c42ae2d67a2eac292c4c1ca4de75ec59b060ec3
Reviewed-by: default avatarChristian Stenger <christian.stenger@digia.com>
parent 6901f678
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment