From c407c15457b24cfcd85c32cb62473489645858f7 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 15 Jun 2018 22:58:20 +0200 Subject: Bookmarks manager bugfixes WebProfile: remove addBookmark signal and member Bookmarks: remove unused '...' button Bookmarks: stop crashing if there's no selected item Bookmarks: activating an item will only open it if it's a bookmark Bookmarks: change header size split --- 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 e6b94e4..8148e99 100644 --- a/src/browser.h +++ b/src/browser.h @@ -36,6 +36,11 @@ public: void setConfiguration(std::shared_ptr &config); void setup(const QString &defaultProfile); + std::shared_ptr bookmarks() + { + return m_bookmarks; + } + WebProfile *profile(const QString &name) const; const QStringList profiles() const { -- cgit v1.2.1