- FEATURE: qBittorrent can identify itself as uTorrent or Vuze (Any version)

This commit is contained in:
Christophe Dumez
2009-12-30 13:10:06 +00:00
parent 551273b831
commit 4dc26d0a77
35 changed files with 3229 additions and 2090 deletions

View File

@@ -99,7 +99,6 @@ protected:
int getDHTPort() const;
bool isLSDEnabled() const;
bool isRSSEnabled() const;
bool isUtorrentSpoofingEnabled() const;
int getEncryptionSetting() const;
float getDesiredRatio() const;
float getDeleteRatio() const;
@@ -150,6 +149,7 @@ protected slots:
void enableDHTSettings(bool checked);
void enableDHTPortSettings(bool checked);
void enableQueueingSystem(bool checked);
void enableSpoofingSettings(int index);
void setStyle(int style);
void on_buttonBox_accepted();
void closeEvent(QCloseEvent *e);