Enable Ctrl+F hotkey for more inputs

PR #20131.
This commit is contained in:
thalieht
2023-12-19 19:52:47 +02:00
committed by GitHub
parent 4057972b2d
commit 8dcc734df5
5 changed files with 33 additions and 6 deletions

View File

@@ -257,6 +257,16 @@ QTreeView *PropertiesWidget::getFilesList() const
return m_ui->filesList;
}
PropTabBar *PropertiesWidget::tabBar() const
{
return m_tabBar;
}
LineEdit *PropertiesWidget::contentFilterLine() const
{
return m_contentFilterLine;
}
void PropertiesWidget::updateSavePath(BitTorrent::Torrent *const torrent)
{
if (torrent == m_torrent)