mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Removed a function that is no longer used
This commit is contained in:
parent
a848538d66
commit
f1ed7f06b9
2 changed files with 0 additions and 8 deletions
|
@ -1291,13 +1291,6 @@ void GUI::on_actionPause_triggered() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void GUI::pauseTorrent(QString hash) {
|
|
||||||
downloadingTorrentTab->pauseTorrent(hash);
|
|
||||||
finishedTorrentTab->pauseTorrent(hash);
|
|
||||||
updateUnfinishedTorrentNumber(downloadingTorrentTab->getNbTorrentsInList());
|
|
||||||
updateFinishedTorrentNumber(finishedTorrentTab->getNbTorrentsInList());
|
|
||||||
}
|
|
||||||
|
|
||||||
// Resume All Downloads in DL list
|
// Resume All Downloads in DL list
|
||||||
void GUI::on_actionStart_All_triggered() {
|
void GUI::on_actionStart_All_triggered() {
|
||||||
bool change = false;
|
bool change = false;
|
||||||
|
|
|
@ -164,7 +164,6 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
||||||
void resumedTorrent(QTorrentHandle& h) const;
|
void resumedTorrent(QTorrentHandle& h) const;
|
||||||
void updateLists(bool force=false);
|
void updateLists(bool force=false);
|
||||||
bool initWebUi(QString username, QString password, int port);
|
bool initWebUi(QString username, QString password, int port);
|
||||||
void pauseTorrent(QString hash);
|
|
||||||
void on_actionIncreasePriority_triggered();
|
void on_actionIncreasePriority_triggered();
|
||||||
void on_actionDecreasePriority_triggered();
|
void on_actionDecreasePriority_triggered();
|
||||||
// Options slots
|
// Options slots
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue