FEATURE: Added a button to reload the IP filter

This commit is contained in:
Christophe Dumez
2010-12-25 14:47:52 +00:00
parent af63ba9a8d
commit b060f967d7
6 changed files with 70 additions and 14 deletions

View File

@@ -80,6 +80,8 @@ protected slots:
void on_addScanFolderButton_clicked();
void on_removeScanFolderButton_clicked();
void handleScanFolderViewSelectionChanged();
void on_IpFilterRefreshBtn_clicked();
void handleIPFilterParsed(bool error, int ruleCount);
public slots:
void setLocale(QString locale);
@@ -138,6 +140,7 @@ private:
// IP Filter
bool isFilteringEnabled() const;
QString getFilter() const;
bool m_refreshingIpFilter;
// Queueing system
bool isQueueingSystemEnabled() const;
int getMaxActiveDownloads() const;