- 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

@@ -121,6 +121,7 @@ class bittorrent : public QObject{
#ifndef NO_UPNP
void enableUPnP(int port=50000);
void disableUPnP();
void setUPnPPort(int upnp_port);
#endif
protected slots: