- COSMETIC: Use more skin colors instead of hard coded ones

This commit is contained in:
Christophe Dumez
2007-11-24 23:50:27 +00:00
parent 4ba2c3d385
commit 48aac758c9
4 changed files with 4 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ class DownloadingTorrents : public QWidget, public Ui::downloading{
public slots:
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 resumeTorrent(QString hash);
void updateRatio();