- Display more log messages

This commit is contained in:
Christophe Dumez
2007-03-29 14:31:43 +00:00
parent ebc9d62f69
commit 3ff075c048
5 changed files with 33 additions and 1 deletions

View File

@@ -133,6 +133,9 @@ class bittorrent : public QObject{
void resumeUnfinished();
bool loadTrackerFile(const QString& hash);
void saveTrackerFile(const QString& hash);
#ifndef NO_UPNP
void noWanServiceEventHandler();
#endif
signals:
void invalidTorrent(const QString& path);
@@ -147,6 +150,9 @@ class bittorrent : public QObject{
void scanDirFoundTorrents(const QStringList& pathList);
void newDownloadedTorrent(const QString& path, const QString& url);
void aboutToDownloadFromUrl(const QString& url);
#ifndef NO_UPNP
void noWanServiceDetected();
#endif
};
#endif