From feaec1906ea336b77022809aacc2ec4115b329c2 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 15 Jun 2018 09:59:57 +0200 Subject: AboutDialog: add profile list to details tab --- src/browser.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/browser.h') 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 plugins() const + { + return m_plugins; + } + public slots: void createSession(const QString &profileName, bool newWindow, const QStringList &urls); MainWindow *createWindow(); -- cgit v1.2.1