mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
- qBittorrent now identifies its version correctly on the network
This commit is contained in:
@@ -65,7 +65,7 @@ GUI::GUI(QWidget *parent, QStringList torrentCmdLine) : QMainWindow(parent){
|
||||
setWindowTitle(tr("qBittorrent ")+VERSION);
|
||||
QCoreApplication::setApplicationName("qBittorrent");
|
||||
readSettings();
|
||||
s = new session(fingerprint("qB", 0, 7, 0, 0));
|
||||
s = new session(fingerprint("qB", 0, 9, 0, 0));
|
||||
//s = new session(fingerprint("AZ", 2, 5, 0, 0)); //Azureus fingerprint
|
||||
// Setting icons
|
||||
this->setWindowIcon(QIcon(QString::fromUtf8(":/Icons/qbittorrent32.png")));
|
||||
|
||||
Reference in New Issue
Block a user