- Added a message log when an UPnP WAN service is detected

This commit is contained in:
Christophe Dumez
2007-03-29 14:49:01 +00:00
parent 3ff075c048
commit 4ca852c2b3
7 changed files with 18 additions and 2 deletions

View File

@@ -135,6 +135,7 @@ class bittorrent : public QObject{
void saveTrackerFile(const QString& hash);
#ifndef NO_UPNP
void noWanServiceEventHandler();
void wanServiceEventHandler();
#endif
signals:
@@ -152,6 +153,7 @@ class bittorrent : public QObject{
void aboutToDownloadFromUrl(const QString& url);
#ifndef NO_UPNP
void noWanServiceDetected();
void wanServiceDetected();
#endif
};