- Prepare code for p2p ip filter support

This commit is contained in:
Christophe Dumez
2008-05-17 17:11:01 +00:00
parent f6210d5857
commit b17c8b84d1
2 changed files with 29 additions and 8 deletions

View File

@@ -143,6 +143,8 @@ class options_imp : public QDialog, private Ui::Dialog {
void disableSystrayOptions();
void setSystrayOptionsState(int checkBoxValue);
void enableWebUi(bool checkBoxValue);
void parseDATFilterFile(QString filePath);
void parseP2PFilterFile(QString filePath);
public slots:
void setLocale(QString locale);