|
|
@ -65,7 +65,7 @@ GUI::GUI(QWidget *parent, QStringList torrentCmdLine) : QMainWindow(parent){ |
|
|
|
setWindowTitle(tr("qBittorrent ")+VERSION); |
|
|
|
setWindowTitle(tr("qBittorrent ")+VERSION); |
|
|
|
QCoreApplication::setApplicationName("qBittorrent"); |
|
|
|
QCoreApplication::setApplicationName("qBittorrent"); |
|
|
|
readSettings(); |
|
|
|
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
|
|
|
|
//s = new session(fingerprint("AZ", 2, 5, 0, 0)); //Azureus fingerprint
|
|
|
|
// Setting icons
|
|
|
|
// Setting icons
|
|
|
|
this->setWindowIcon(QIcon(QString::fromUtf8(":/Icons/qbittorrent32.png"))); |
|
|
|
this->setWindowIcon(QIcon(QString::fromUtf8(":/Icons/qbittorrent32.png"))); |
|
|
|