From 09cfc76fc8af203240e3510928f75d36ba47cb0a Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 6 Oct 2018 14:02:45 +0200 Subject: bookmarks: save folder expanded state --- lib/bookmarks/model/bookmarkmodel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/bookmarks/model/bookmarkmodel.h') diff --git a/lib/bookmarks/model/bookmarkmodel.h b/lib/bookmarks/model/bookmarkmodel.h index 4da2f9c..3e0f35e 100644 --- a/lib/bookmarks/model/bookmarkmodel.h +++ b/lib/bookmarks/model/bookmarkmodel.h @@ -28,6 +28,7 @@ public: Qt::ItemFlags flags(const QModelIndex &index) const override; bool isItemExpanded(const QModelIndex &index) const; + void setItemExpanded(const QModelIndex &index, bool expanded); int rowCount(const QModelIndex &index) const override; QModelIndex appendBookmark(const QString &title, const QString &url, const QModelIndex &parent); -- cgit v1.2.1