- Display console messages on Terminal

- Program seems to be working
This commit is contained in:
Christophe Dumez
2009-12-15 12:55:46 +00:00
parent 1923a51c59
commit 8e39eef7aa
3 changed files with 7 additions and 0 deletions

View File

@@ -233,6 +233,7 @@ signals:
void downloadFromUrlFailure(QString url, QString reason);
void torrentFinishedChecking(QTorrentHandle& h);
void metadataReceived(QTorrentHandle &h);
void newConsoleMessage(QString msg);
};
#endif