summaryrefslogtreecommitdiffstats
path: root/examples/widgets
diff options
context:
space:
mode:
authorAxel Spoerl <axel.spoerl@qt.io>2023-06-09 11:41:35 +0200
committerAxel Spoerl <axel.spoerl@qt.io>2023-07-06 21:42:38 +0200
commitd2db1d511ddbc4d676bcd93881e17e42edd37b84 (patch)
tree46b39cdd79f996f171046245f91af6d5a2b79705 /examples/widgets
parent20d3827ecca29f46ce147d519274942e5ca33263 (diff)
Remove references to Application Example
Removing dangling references to the example due to its move to manual tests. Pick-to: 6.6 6.5 Change-Id: I13f5fad93763d1ef70ddd8b3dcf430b5df8e28f9 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'examples/widgets')
-rw-r--r--examples/widgets/tools/settingseditor/locationdialog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/widgets/tools/settingseditor/locationdialog.cpp b/examples/widgets/tools/settingseditor/locationdialog.cpp
index cef83c0e49..1c41d45009 100644
--- a/examples/widgets/tools/settingseditor/locationdialog.cpp
+++ b/examples/widgets/tools/settingseditor/locationdialog.cpp
@@ -33,7 +33,6 @@ LocationDialog::LocationDialog(QWidget *parent)
applicationComboBox = new QComboBox;
applicationComboBox->addItem(tr("Any"));
applicationComboBox->addItem(tr("Qt Creator"));
- applicationComboBox->addItem(tr("Application Example"));
applicationComboBox->addItem(tr("Assistant"));
applicationComboBox->addItem(tr("Designer"));
applicationComboBox->addItem(tr("Linguist"));