From 797b59d3361f84d927a83379dd6f1c1202d6b28c Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Sun, 19 Sep 2021 09:28:38 +0200 Subject: [PATCH] Fix typo --- src/dialogs/settingsdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialogs/settingsdialog.cpp b/src/dialogs/settingsdialog.cpp index f87f0f5c1f..49b6fe83db 100644 --- a/src/dialogs/settingsdialog.cpp +++ b/src/dialogs/settingsdialog.cpp @@ -3783,7 +3783,7 @@ void SettingsDialog::on_searchLineEdit_textChanged(const QString &arg1) { } } - // show and hide items according of if index was found in pageIndexList + // show and hide items according to if index was found in pageIndexList Q_FOREACH (QTreeWidgetItem *item, allItems) { // get stored index of list widget item int pageIndex = item->whatsThis(0).toInt();