- UPnP option should now be working

This commit is contained in:
Christophe Dumez 2007-03-27 21:08:07 +00:00
parent 371dcb0a45
commit d778766e29
4 changed files with 39 additions and 2 deletions

View file

@ -53,6 +53,10 @@ class options_imp : public QDialog, private Ui::Dialog{
QString getScanDir() const;
bool isDHTEnabled() const;
int getDHTPort() const;
#ifndef NO_UPNP
bool isUPnPEnabled() const;
int getUPnPPort() const;
#endif
bool isPeXDisabled() const;
// Filter Settings
bool isFilteringEnabled() const;