- Fix addInPause setting in torrent addition dialog

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

View File

@@ -157,6 +157,7 @@ public:
// Methods
int getCurrentTabIndex() const;
QPoint screenCenter() const;
TransferListWidget* getTransferList() const { return transferList; }
};
#endif