From a239ac1a52b882c4e5e38780054ae8cd5a6ee2b1 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sat, 2 Jan 2010 23:12:40 +0000 Subject: [PATCH] - Removed debug --- src/GUI.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/GUI.cpp b/src/GUI.cpp index 7bcefd321..4be92608d 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -78,8 +78,7 @@ using namespace libtorrent; // Constructor GUI::GUI(QWidget *parent, QStringList torrentCmdLine) : QMainWindow(parent), displaySpeedInTitle(false), force_exit(false) { setupUi(this); - qDebug("Data Location: %s", QDesktopServices::storageLocation(QDesktopServices::CacheLocation).toLocal8Bit().data()); - qDebug("Data Location: %s", QDesktopServices::storageLocation(QDesktopServices::DataLocation).toLocal8Bit().data()); + setWindowTitle(tr("qBittorrent %1", "e.g: qBittorrent v0.x").arg(QString::fromUtf8(VERSION))); // Setting icons this->setWindowIcon(QIcon(QString::fromUtf8(":/Icons/skin/qbittorrent32.png")));