mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-30 20:28:05 -06:00
- Added a signal in upnp to display an error on GUI when no wan service is detected (still unused)
This commit is contained in:
@@ -886,6 +886,7 @@ bool CUPnPControlPoint::AddPortMappings(
|
||||
{
|
||||
std::ostringstream msg;
|
||||
if (!WanServiceDetected()) {
|
||||
emit noWanServiceDetected();
|
||||
msg << "UPnP Error: "
|
||||
"CUPnPControlPoint::AddPortMapping: "
|
||||
"Wan Service not detected.";
|
||||
|
||||
Reference in New Issue
Block a user