diff options
Diffstat (limited to 'src/browser.h')
-rw-r--r-- | src/browser.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/browser.h b/src/browser.h index a06993d..e6b94e4 100644 --- a/src/browser.h +++ b/src/browser.h @@ -48,6 +48,11 @@ public: return m_commands.keys(); } + const QVector<Plugin> plugins() const + { + return m_plugins; + } + public slots: void createSession(const QString &profileName, bool newWindow, const QStringList &urls); MainWindow *createWindow(); |