summaryrefslogtreecommitdiffstats
path: root/examples
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-07 10:55:57 +0000
commitc859532b0be56f2508ea153e53b48e5dd01440d5 (patch)
tree301644eb8c6117c2903ed91ea6628cd936a644da /examples
parent52de4aa86e21bfe6624d4325718d4f379eb6b6b0 (diff)
Remove references to Application Example
Removing dangling references to the example due to its move to manual tests. Change-Id: I13f5fad93763d1ef70ddd8b3dcf430b5df8e28f9 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit d2db1d511ddbc4d676bcd93881e17e42edd37b84)
Diffstat (limited to 'examples')
-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"));