Fix signal / slot

This commit is contained in:
Christophe Dumez
2010-06-06 20:01:09 +00:00
parent 60636af544
commit f23051c1fd
2 changed files with 4 additions and 3 deletions

View File

@@ -77,7 +77,7 @@ public slots:
void showNotificationBaloon(QString title, QString msg) const;
void downloadFromURLList(const QStringList& urls);
void updateAltSpeedsBtn(bool alternative);
void updateNbTorrents(unsigned int nb_downloading, unsigned int nb_seeding, unsigned int nb_active, unsigned int nb_inactive);
void updateNbTorrents(unsigned int nb_downloading, unsigned int nb_seeding, unsigned int nb_active, unsigned int nb_inactive, unsigned int nb_paused);
protected slots:
// GUI related slots