summaryrefslogtreecommitdiffstats
path: root/src/slxbrowser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/slxbrowser.h')
-rw-r--r--src/slxbrowser.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/slxbrowser.h b/src/slxbrowser.h
index ae1356c..fd0cf06 100644
--- a/src/slxbrowser.h
+++ b/src/slxbrowser.h
@@ -18,8 +18,7 @@ struct BrowserSettings
bool maximized;
bool ignoreSslErrors;
int reloadInterval;
- bool isWhitelist;
- QStringList urlList;
+ QStringList blackList, whiteList;
};
class SlxBrowser : public QMainWindow