diff options
| author | Glenn Smith <glenn@vector35.com> | 2026-03-11 18:52:19 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2026-03-11 18:52:19 -0400 |
| commit | 2678767529108972526970262239863987382804 (patch) | |
| tree | e188b25c8bb71e93f021bb871b819628ab7fa333 /ui | |
| parent | 5515911371308970241726538535924045973500 (diff) | |
Command Palette: Fix remember last item for filter types
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/commandpalette.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/commandpalette.h b/ui/commandpalette.h index f8aa0839..e19e0b0c 100644 --- a/ui/commandpalette.h +++ b/ui/commandpalette.h @@ -138,7 +138,7 @@ public: ); virtual ~CommandListScoreWorker(); - static int scoreItem(const CommandListItem* item, const QString& lowerFilter, const std::string& filterStr); + static int scoreItem(const CommandListItem* item, const QString& lowerFilter, const std::string& strippedFilter); Q_SIGNALS: void dataFetched(int request, const std::vector<std::pair<CommandListItem*, int>>& items); |
