Skip to content

Commit 2678767

Browse files
committed
Command Palette: Fix remember last item for filter types
1 parent 5515911 commit 2678767

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/commandpalette.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class CommandListScoreWorker : public QObject
138138
);
139139
virtual ~CommandListScoreWorker();
140140

141-
static int scoreItem(const CommandListItem* item, const QString& lowerFilter, const std::string& filterStr);
141+
static int scoreItem(const CommandListItem* item, const QString& lowerFilter, const std::string& strippedFilter);
142142

143143
Q_SIGNALS:
144144
void dataFetched(int request, const std::vector<std::pair<CommandListItem*, int>>& items);

0 commit comments

Comments
 (0)