mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Add option for regexps in the transferlist search filter's context menu
This commit is contained in:
parent
e59841d35c
commit
2485525896
5 changed files with 36 additions and 2 deletions
|
@ -350,6 +350,8 @@ public:
|
|||
void setTransSelFilter(const int &index);
|
||||
QByteArray getTransHeaderState() const;
|
||||
void setTransHeaderState(const QByteArray &state);
|
||||
bool getRegexAsFilteringPattern() const;
|
||||
void setRegexAsFilteringPattern(bool checked);
|
||||
int getToolbarTextPosition() const;
|
||||
void setToolbarTextPosition(const int position);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue