From 32f478a8c2030f65698590dc48b4eca2015d6cea Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Fri, 26 Dec 2008 21:59:54 +0000 Subject: [PATCH] - Removed some useless code due to latest changes --- src/GUI.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/GUI.cpp b/src/GUI.cpp index 672a01bf3..0a428f19e 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -150,9 +150,6 @@ GUI::GUI(QWidget *parent, QStringList torrentCmdLine) : QMainWindow(parent), dis readSettings(); // RSS Tab rssWidget = 0; - // Smooth torrent switching between tabs Downloading <--> Finished - connect(downloadingTorrentTab, SIGNAL(torrentFinished(QString)), finishedTorrentTab, SLOT(addTorrent(QString))); - connect(finishedTorrentTab, SIGNAL(torrentMovedFromFinishedList(QString)), downloadingTorrentTab, SLOT(addTorrent(QString))); // Start download list refresher refresher = new QTimer(this); connect(refresher, SIGNAL(timeout()), this, SLOT(updateLists()));