mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 20:58:07 -06:00
- Allow to change UPnP port while it is enabled
- Allow to change qBT style! (GTK people should like Cleanlooks style)
This commit is contained in:
@@ -979,7 +979,8 @@ m_RootDeviceMap(),
|
||||
m_ServiceMap(),
|
||||
m_ActivePortMappingsMap(),
|
||||
m_IGWDeviceDetected(false),
|
||||
m_WanService(NULL)
|
||||
m_WanService(NULL),
|
||||
m_UPnPPort(udpPort)
|
||||
{
|
||||
// Pointer to self
|
||||
s_CtrlPoint = this;
|
||||
|
||||
Reference in New Issue
Block a user