diff options
author | Robert Loehning <robert.loehning@theqtcompany.com> | 2016-01-21 16:28:00 +0100 |
---|---|---|
committer | Robert Loehning <robert.loehning@qt.io> | 2016-05-24 11:36:17 +0000 |
commit | 6a74d8cad16d94593c6f86f833c5c31db39dfa60 (patch) | |
tree | 5ea3994368ab6111eba61da0452f70a7bff05a7c /tests/system | |
parent | 13954bc52321cdae5f95b9fcfdbea2343eb7505c (diff) | |
download | qt-creator-6a74d8cad16d94593c6f86f833c5c31db39dfa60.tar.gz |
Squish: Fix suite_SCOM for Qt 5.5
Change-Id: Iea47ca2c74a6ac2287aee26418636abcb748a5d2
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests/system')
-rw-r--r-- | tests/system/objects.map | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/objects.map b/tests/system/objects.map index 9e491290e7..fbb493d31e 100644 --- a/tests/system/objects.map +++ b/tests/system/objects.map @@ -1,5 +1,5 @@ :*Qt Creator.Add Kit_QPushButton {text='Add Kit' type='QPushButton' unnamed='1' visible='1' window=':Qt Creator_Core::Internal::MainWindow'} -:*Qt Creator.Build Project_Core::Internal::FancyToolButton {text='Build Project' type='Core::Internal::FancyToolButton' unnamed='1' visible='1' window=':Qt Creator_Core::Internal::MainWindow'} +:*Qt Creator.Build Project_Core::Internal::FancyToolButton {text?='Build Project*' type='Core::Internal::FancyToolButton' unnamed='1' visible='1' window=':Qt Creator_Core::Internal::MainWindow'} :*Qt Creator.Cancel Build_QToolButton {text='Cancel Build' type='QToolButton' unnamed='1' visible='1' window=':Qt Creator_Core::Internal::MainWindow'} :*Qt Creator.Cancel_QPushButton {text='Cancel' type='QPushButton' unnamed='1' visible='1' window=':Qt Creator_Core::Internal::MainWindow'} :*Qt Creator.Clear_QToolButton {text='Clear' type='QToolButton' unnamed='1' visible='1' window=':Qt Creator_Core::Internal::MainWindow'} |