- BUGFIX: Catching DHT exception in case there is a problem

This commit is contained in:
Christophe Dumez
2007-10-27 20:53:09 +00:00
parent b66be5b64b
commit 8ea34135e4
5 changed files with 23 additions and 12 deletions

View File

@@ -135,7 +135,7 @@ class bittorrent : public QObject{
void enableUPnP(bool b);
void enableNATPMP(bool b);
void enableLSD(bool b);
void enableDHT(bool b);
bool enableDHT(bool b);
protected slots:
void scanDirectory();