aboutsummaryrefslogtreecommitdiff
path: root/src/forms/blockerdialog.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-01-27 17:14:49 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-01-27 17:14:49 +0100
commited7430d2352b3f87991f68fbc0acfe4dbae39b56 (patch)
treebd6d9d0c3c0f6e66131f581bed978c49febada7f /src/forms/blockerdialog.h
parentBlocker UI (diff)
downloadsmolbote-ed7430d2352b3f87991f68fbc0acfe4dbae39b56.tar.xz
URL blocking whitelist
Diffstat (limited to 'src/forms/blockerdialog.h')
-rw-r--r--src/forms/blockerdialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/forms/blockerdialog.h b/src/forms/blockerdialog.h
index 0c8e8ba..59dce0a 100644
--- a/src/forms/blockerdialog.h
+++ b/src/forms/blockerdialog.h
@@ -15,10 +15,11 @@ class BlockerDialog : public QDialog
public:
explicit BlockerDialog(QWidget *parent = 0);
~BlockerDialog();
+ BlockerSubscription *subscription();
private:
Ui::UrlInterceptorDialog *ui;
- BlockerSubscription *subscription;
+ BlockerSubscription *m_subscription;
};
#endif // URLINTERCEPTORDIALOG_H