- New peers can manually be added to a torrent

This commit is contained in:
Christophe Dumez 2009-11-17 11:46:43 +00:00
commit 94f3323270
10 changed files with 265 additions and 2 deletions

View file

@ -74,6 +74,7 @@ public slots:
protected slots:
void loadSettings();
void saveSettings() const;
void showPeerListMenu(QPoint);
};
#endif // PEERLISTWIDGET_H