mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 21:52:32 -06:00
@@ -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)
|
||||
|
||||
@@ -73,6 +73,8 @@ public:
|
||||
TrackerListWidget *getTrackerList() const;
|
||||
PeerListWidget *getPeerList() const;
|
||||
QTreeView *getFilesList() const;
|
||||
PropTabBar *tabBar() const;
|
||||
LineEdit *contentFilterLine() const;
|
||||
|
||||
public slots:
|
||||
void setVisibility(bool visible);
|
||||
|
||||
Reference in New Issue
Block a user