Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Sep 19, 2021
1 parent fc686ac commit 797b59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dialogs/settingsdialog.cpp
Expand Up @@ -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();
Expand Down

0 comments on commit 797b59d

Please sign in to comment.