mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 13:18:06 -06:00
Add hotkey for toggling focus between the search LineEdits
This commit is contained in:
committed by
sledgehammer999
parent
ec1cc783a6
commit
e26977ab2c
@@ -198,6 +198,11 @@ int SearchJobWidget::visibleResultsCount() const
|
||||
return m_proxyModel->rowCount();
|
||||
}
|
||||
|
||||
LineEdit *SearchJobWidget::lineEditSearchResultsFilter() const
|
||||
{
|
||||
return m_lineEditSearchResultsFilter;
|
||||
}
|
||||
|
||||
void SearchJobWidget::cancelSearch()
|
||||
{
|
||||
m_searchHandler->cancelSearch();
|
||||
|
||||
Reference in New Issue
Block a user