aboutsummaryrefslogtreecommitdiff
path: root/src/browser.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-05-15 14:26:47 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-05-15 14:26:47 +0200
commite412f035b054612d00fdbc39e13a958cf5492fec (patch)
tree438b806b4d1a53be6761dc91acedc988e489de01 /src/browser.h
parentSet download tooltip image preview width to 400 (diff)
downloadsmolbote-e412f035b054612d00fdbc39e13a958cf5492fec.tar.xz
Profile editor plugin
Diffstat (limited to 'src/browser.h')
-rw-r--r--src/browser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/browser.h b/src/browser.h
index c8e906d..3052279 100644
--- a/src/browser.h
+++ b/src/browser.h
@@ -13,6 +13,7 @@
#include <QJsonObject>
#include <QVector>
#include <memory>
+#include <interfaces.h>
class Configuration;
class BookmarksWidget;
@@ -42,6 +43,7 @@ private:
std::shared_ptr<UrlRequestInterceptor> m_urlFilter;
QVector<MainWindow *> m_windows;
+ QVector<Plugin> m_plugins;
};
#endif // SMOLBOTE_BROWSER_H