mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
- Same as last commit but for infoBar this time
This commit is contained in:
parent
f3c8889865
commit
a760913482
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class DownloadingTorrents : public QWidget, public Ui::downloading{
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
void updateDlList();
|
void updateDlList();
|
||||||
void setInfoBar(QString info, QColor color=QPalette::WindowText);
|
void setInfoBar(QString info, QColor color=QApplication::palette().color(QPalette::WindowText));
|
||||||
void pauseTorrent(QString hash);
|
void pauseTorrent(QString hash);
|
||||||
void resumeTorrent(QString hash);
|
void resumeTorrent(QString hash);
|
||||||
void updateRatio();
|
void updateRatio();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue