- Fix addInPause setting in torrent addition dialog

This commit is contained in:
Christophe Dumez 2010-01-07 18:17:20 +00:00
commit 52dd1476db
3 changed files with 12 additions and 3 deletions

View file

@ -83,7 +83,6 @@ protected slots:
void displayListMenu(const QPoint&);
void updateMetadata(QTorrentHandle &h);
void currentChanged(const QModelIndex& current, const QModelIndex&);
void pauseTorrent(QTorrentHandle &h);
void resumeTorrent(QTorrentHandle &h);
#ifdef LIBTORRENT_0_15
void toggleSelectedTorrentsSuperSeeding();
@ -96,6 +95,7 @@ protected slots:
public slots:
void refreshList();
void addTorrent(QTorrentHandle& h);
void pauseTorrent(QTorrentHandle &h);
void setFinished(QTorrentHandle &h);
void setSelectionLabel(QString label);
void setRefreshInterval(int t);