Add regex option in the search filter's context menu

In the search job widget.
This commit is contained in:
thalieht
2018-08-12 17:40:17 +03:00
committed by sledgehammer999
parent 312dfb989d
commit e9c9ea3bba
4 changed files with 35 additions and 1 deletions

View File

@@ -96,6 +96,7 @@ private:
void saveSettings() const;
void updateFilter();
void filterSearchResults(const QString &name);
void showFilterContextMenu(const QPoint &);
void displayToggleColumnsMenu(const QPoint&);
void onItemDoubleClicked(const QModelIndex &index);
void searchFinished(bool cancelled);