- Some more signal/slot fixing

This commit is contained in:
Christophe Dumez
2008-12-26 22:17:02 +00:00
parent 41c6a847b9
commit 51638eddcc
4 changed files with 4 additions and 7 deletions

View File

@@ -92,7 +92,7 @@ class DownloadingTorrents : public QWidget, public Ui::downloading{
void updateFileSizeAndProgress(QString hash);
void showPropertiesFromHash(QString hash);
void hidePriorityColumn(bool hide);
void sortProgressColumn(QString hash);
void sortProgressColumn(QTorrentHandle& h);
void loadLastSortedColumn();
void addTorrent(QString hash);