From a1d164895fac7fd705c8cb37c4c94700be32a0a2 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 5 Oct 2018 21:07:45 +0200 Subject: bookmarks: fix new/delete buttons --- lib/bookmarks/bookmarkswidget.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/bookmarks/bookmarkswidget.h') diff --git a/lib/bookmarks/bookmarkswidget.h b/lib/bookmarks/bookmarkswidget.h index aa15033..73628df 100644 --- a/lib/bookmarks/bookmarkswidget.h +++ b/lib/bookmarks/bookmarkswidget.h @@ -29,6 +29,9 @@ public: explicit BookmarksWidget(const QString &path, QWidget *parent = nullptr); ~BookmarksWidget() override; +protected: + void editBookmark(const QModelIndex &index); + signals: void openUrl(const QUrl &url); -- cgit v1.2.1