aboutsummaryrefslogtreecommitdiff
path: root/src/browser.h
diff options
context:
space:
mode:
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