mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 00:52:30 -06:00
- Added a message log when an UPnP WAN service is detected
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user