|
|
@ -64,6 +64,8 @@ torrentAdditionDialog::torrentAdditionDialog(GUI *parent, Bittorrent* _BTSession |
|
|
|
#if LIBTORRENT_VERSION_MINOR < 15 |
|
|
|
#if LIBTORRENT_VERSION_MINOR < 15 |
|
|
|
addInSeed->setVisible(false); |
|
|
|
addInSeed->setVisible(false); |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
// Set Add button as default
|
|
|
|
|
|
|
|
OkButton->setDefault(true); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
torrentAdditionDialog::~torrentAdditionDialog() { |
|
|
|
torrentAdditionDialog::~torrentAdditionDialog() { |
|
|
|