Removed force_reannounce button from the main properties tab since the action is available from the trackers list now

This commit is contained in:
Christophe Dumez
2010-07-21 14:03:04 +00:00
parent 35f6675d86
commit c0520146e9
3 changed files with 16 additions and 47 deletions

View File

@@ -233,12 +233,6 @@ void PropertiesWidget::updateTorrentInfos(QTorrentHandle& _h) {
}
}
void PropertiesWidget::on_reannounce_btn_clicked() {
if(h.is_valid()) {
h.force_reannounce();
}
}
void PropertiesWidget::loadTorrentInfos(QTorrentHandle &_h) {
clear();
h = _h;