mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 00:47:21 -06:00
Add ability to pause/resume entire BitTorrent session
PR #20757. Closes #18993.
This commit is contained in:
committed by
GitHub
parent
05416458db
commit
8ef7d3ec9a
@@ -127,7 +127,7 @@ private slots:
|
||||
void displayRSSTab();
|
||||
void displayExecutionLogTab();
|
||||
void toggleFocusBetweenLineEdits();
|
||||
void reloadSessionStats();
|
||||
void loadSessionStats();
|
||||
void reloadTorrentStats(const QVector<BitTorrent::Torrent *> &torrents);
|
||||
void loadPreferences();
|
||||
void optionsSaved();
|
||||
@@ -203,14 +203,19 @@ private:
|
||||
void showStatusBar(bool show);
|
||||
void showFiltersSidebar(bool show);
|
||||
void applyTransferListFilter();
|
||||
void refreshWindowTitle();
|
||||
void refreshTrayIconTooltip();
|
||||
|
||||
Ui::MainWindow *m_ui = nullptr;
|
||||
|
||||
QFileSystemWatcher *m_executableWatcher = nullptr;
|
||||
// GUI related
|
||||
QString m_windowTitle;
|
||||
QString m_downloadRate;
|
||||
QString m_uploadRate;
|
||||
bool m_posInitialized = false;
|
||||
bool m_neverShown = true;
|
||||
|
||||
QFileSystemWatcher *m_executableWatcher = nullptr;
|
||||
// GUI related
|
||||
QPointer<QTabWidget> m_tabs;
|
||||
QPointer<StatusBar> m_statusBar;
|
||||
QPointer<OptionsDialog> m_options;
|
||||
|
||||
Reference in New Issue
Block a user