Some more code clean up

This commit is contained in:
Christophe Dumez
2011-01-24 17:58:57 +00:00
parent 6ff7c6ed06
commit 783004ae58
11 changed files with 28 additions and 33 deletions

View File

@@ -66,7 +66,7 @@ public:
public slots:
void on_uTorrentListButton_clicked() {
downloadThread *d = new downloadThread(this);
DownloadThread *d = new DownloadThread(this);
connect(d, SIGNAL(downloadFinished(QString,QString)), this, SLOT(parseUTorrentList(QString,QString)));
connect(d, SIGNAL(downloadFailure(QString,QString)), this, SLOT(getTrackerError(QString,QString)));
//Just to show that it takes times