mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 23:52:31 -06:00
Implement search filters in the proxy model. Partially closes #972
This commit is contained in:
committed by
Eugene Shalygin
parent
93d8cadaaf
commit
1336cb7a61
@@ -55,6 +55,8 @@ public:
|
||||
void downloadTorrent(QString url);
|
||||
void giveFocusToSearchInput();
|
||||
|
||||
QTabWidget* searchTabs() const;
|
||||
|
||||
private slots:
|
||||
// Search slots
|
||||
void tab_changed(int); //to prevent the use of the download button when the tab is empty
|
||||
@@ -89,7 +91,6 @@ private:
|
||||
bool m_isNewQueryString;
|
||||
bool m_noSearchResults;
|
||||
QByteArray m_searchResultLineTruncated;
|
||||
unsigned long m_nbSearchResults;
|
||||
};
|
||||
|
||||
#endif // SEARCHWIDGET_H
|
||||
|
||||
Reference in New Issue
Block a user