Browse Source

- Same as last commit but for infoBar this time

adaptive-webui-19844
Christophe Dumez 17 years ago
parent
commit
a760913482
  1. 2
      src/downloadingTorrents.h

2
src/downloadingTorrents.h

@ -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…
Cancel
Save