- Display more log messages

This commit is contained in:
Christophe Dumez 2007-03-29 14:31:43 +00:00
parent ebc9d62f69
commit 3ff075c048
5 changed files with 33 additions and 1 deletions

View file

@ -140,6 +140,10 @@ class GUI : public QMainWindow, private Ui::MainWindow{
void OptionsSaved(const QString& info, bool deleteOptions);
// HTTP slots
void askForTorrentUrl();
#ifndef NO_UPNP
void displayNoUPnPWanServiceDetected();
#endif
public slots:
void torrentAdded(const QString& path, torrent_handle& h, bool fastResume);