From 9c4579247ea5d180ca9c8c1b173509cfd9aad7be Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Fri, 13 Jun 2025 14:18:08 +0200 Subject: [PATCH] SquishTests: Add missing objects to objects map Forgotten to add with the original patch. Amends 64a1ec7448b89dc7ff3b03d777754a69009bd26e. Change-Id: Ic1ac25292e375f3d0aacd40b2d06c8bb11209c94 Reviewed-by: Christian Stenger --- tests/system/objects.map | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/system/objects.map b/tests/system/objects.map index d43cd05447a..51791e10a08 100644 --- a/tests/system/objects.map +++ b/tests/system/objects.map @@ -113,7 +113,9 @@ :PasteSelectDialog.protocolBox_QComboBox {name='protocolBox' type='QComboBox' visible='1' window=':PasteSelectDialog_CodePaster::PasteSelectDialog'} :PasteSelectDialog_CodePaster::PasteSelectDialog {name='CodePaster.PasteSelectDialog' type='QDialog' visible='1'} :Path.Utils_BaseValidatingLineEdit {container=':qt_tabwidget_stackedwidget_QWidget' name='LineEdit' type='Utils::FancyLineEdit' visible='1'} -:Projects.ProjectNavigationTreeView {container=':*Qt Creator.ProjectSelectorDockWidget_QDockWidget' name='ProjectNavigation' type='Utils::BaseTreeView' visible='1'} +:ProjectConfigurationTabBar {name='ProjectConfigurationTabBar' type='QTabBar' visible='1' window=':Qt Creator_Core::Internal::MainWindow'} +:ProjectSelectionComboBox {container=':*Qt Creator.ProjectSelectorDockWidget_QDockWidget' name='ProjectSelection' type='QComboBox' visible='1'} +:Projects.ProjectNavigationTreeView {container=':*Qt Creator.ProjectSelectorDockWidget_QDockWidget' name='ProjectNavigation' type='QTreeView' visible='1'} :QML Debugging.No_QPushButton {text='No' type='QPushButton' unnamed='1' visible='1' window=':QML Debugging_QMessageBox'} :QML Debugging_QMessageBox {text='The option will only take effect if the project is recompiled. Do you want to recompile now?' type='QMessageBox' unnamed='1' visible='1'} :Qt Creator.Add Bookmark_QToolButton {text='Add Bookmark' type='QToolButton' unnamed='1' visible='1' window=':Qt Creator_Core::Internal::MainWindow'}