Squish: Removed some Mac workarounds

Change-Id: I85a4fee5acbb36096283daec982a8d31e42573b4
Reviewed-by: Robert Loehning <robert.loehning@digia.com>
This commit is contained in:
Christian Stenger
2012-11-19 15:08:18 +01:00
parent 8e1815dcb4
commit e53b4a9c76
2 changed files with 1 additions and 4 deletions
-2
View File
@@ -221,8 +221,6 @@ def selectFromFileDialog(fileName):
snooze(2)
nativeType("<Return>")
snooze(1)
setWindowState(findObject(":Qt Creator_Core::Internal::MainWindow"), WindowState.Minimize)
setWindowState(findObject(":Qt Creator_Core::Internal::MainWindow"), WindowState.Maximize)
else:
fName = os.path.basename(os.path.abspath(fileName))
pName = os.path.dirname(os.path.abspath(fileName)) + os.sep