Skip to content

Commit

Permalink
spelling: visible
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Nov 19, 2023
1 parent d6b0e36 commit 84a51e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/appmenuwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ void AppMenuWidget::searchMenu()
return; // Don't show any other results in this case
}

std::function<int(QModelIndex idx, int depth)> setResultVisbileMbar = [this, searchString](
std::function<int(QModelIndex idx, int depth)> setResultVisibleMbar = [this, searchString](
QModelIndex idx,
int depth) {
QAction *action = idx.data().value<QAction *>();
Expand Down Expand Up @@ -1125,7 +1125,7 @@ void AppMenuWidget::searchMenu()
searchResults << m_searchMenu->addSeparator(); // The items in searchResults get removed when
// search results change

iterate(QModelIndex(), m_appMenuModel, setResultVisbileMbar);
iterate(QModelIndex(), m_appMenuModel, setResultVisibleMbar);
m_isSearching = false;

searchResults << m_searchMenu->addSeparator(); // The items in searchResults get removed when
Expand Down

0 comments on commit 84a51e4

Please sign in to comment.