- All buttons work now

This commit is contained in:
Christophe Dumez 2009-11-08 16:48:38 +00:00
commit 4a33917e89
3 changed files with 21 additions and 1 deletions

View file

@ -66,6 +66,8 @@ protected slots:
void loadTrackers();
void on_main_infos_button_clicked();
void on_trackers_button_clicked();
void on_url_seeds_button_clicked();
void on_files_button_clicked();
public:
PropertiesWidget(QWidget *parent, TransferListWidget *transferList, bittorrent* BTSession);