mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-22 04:24:23 +00:00
- qBittorrent now identifies its version correctly on the network
This commit is contained in:
parent
ff2ab66961
commit
dd0b110eae
@ -13,6 +13,7 @@
|
||||
- BUGFIX: Save directory was reset to default when filtering files in torrent
|
||||
- BUGFIX: Force a refresh of download list when the window is shown (avoid delay)
|
||||
- BUGFIX: Fixed deletion from hard drive (failed for non-empty folders)
|
||||
- BUGFIX: qBittorrent now identifies its version correctly on the network
|
||||
- COSMETIC: Replaced OSD messages by systray messages
|
||||
|
||||
* Tue Nov 28 2006 - Christophe Dumez <chris@qbittorrent.org> - v0.8.0
|
||||
|
@ -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")));
|
||||
|
Loading…
x
Reference in New Issue
Block a user