- 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:
Christophe Dumez
2007-03-28 08:05:37 +00:00
parent e0a0a0beb1
commit 92f840519c
58 changed files with 11121 additions and 4519 deletions

View File

@@ -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;