- Added back "Sequential download" feature

This commit is contained in:
Christophe Dumez 2009-11-08 15:50:00 +00:00
parent 75e5a7e3d4
commit c756412ee6
2 changed files with 10 additions and 0 deletions

View file

@ -55,6 +55,7 @@ private:
protected slots:
void loadTorrentInfos(QTorrentHandle &h);
void loadDynamicData();
void setIncrementalDownload(int checkboxState);
public:
PropertiesWidget(QWidget *parent, TransferListWidget *transferList);