mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 15:56:17 -07:00
- BACK TO DEVEL (finally!)
- Just a small commit to change the way qBT identifies its version with the tracker
This commit is contained in:
parent
dd0b110eae
commit
de7e284690
3 changed files with 5 additions and 2 deletions
|
@ -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, 9, 0, 0));
|
||||
s = new session(fingerprint("qB", VERSION_MAJOR, VERSION_MINOR, VERSION_BUGFIX, 0));
|
||||
//s = new session(fingerprint("AZ", 2, 5, 0, 0)); //Azureus fingerprint
|
||||
// Setting icons
|
||||
this->setWindowIcon(QIcon(QString::fromUtf8(":/Icons/qbittorrent32.png")));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue