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 e6b94e4..8148e99 100644 --- a/src/browser.h +++ b/src/browser.h @@ -36,6 +36,11 @@ public: void setConfiguration(std::shared_ptr<Configuration> &config); void setup(const QString &defaultProfile); + std::shared_ptr<BookmarksWidget> bookmarks() + { + return m_bookmarks; + } + WebProfile *profile(const QString &name) const; const QStringList profiles() const { |