- Fixed UPnP messages

This commit is contained in:
Christophe Dumez
2008-01-03 16:17:01 +00:00
parent c6abdacadd
commit 8d1f1512b0
4 changed files with 6 additions and 6 deletions

View File

@@ -169,7 +169,7 @@ class bittorrent : public QObject{
void torrentFinishedChecking(QString hash);
void torrent_deleted(QString hash, QString fileName, bool finished);
void UPnPError(QString msg);
void UPnPSuccess();
void UPnPSuccess(QString msg);
};
#endif