Squish: Adapt suite_qtquick to 4.1 changes

Change-Id: Ic1d178820a3c2b6ce61f9e4fc424bc701eca87e5
Reviewed-by: Robert Loehning <robert.loehning@qt.io>
This commit is contained in:
Christian Stenger
2016-06-29 13:43:01 +02:00
parent eacd012b96
commit 76781b40a7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ def __createProjectSetNameAndPath__(path, projectName = None, checks = True, lib
return str(projectName)
def __createProjectHandleQtQuickSelection__(minimumQtVersion):
comboBox = waitForObject("{buddy=':Minimal required Qt version:_QLabel' name='QtVersion' "
comboBox = waitForObject("{leftWidget=':Minimal required Qt version:_QLabel' name='QtVersion' "
"type='Utils::TextFieldComboBox' visible='1'}")
try:
selectFromCombo(comboBox, "Qt %s" % minimumQtVersion)