aboutsummaryrefslogtreecommitdiff
path: root/lib/bookmarks/bookmarksmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bookmarks/bookmarksmodel.h')
-rw-r--r--lib/bookmarks/bookmarksmodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bookmarks/bookmarksmodel.h b/lib/bookmarks/bookmarksmodel.h
index b6cadbf..7ae20fa 100644
--- a/lib/bookmarks/bookmarksmodel.h
+++ b/lib/bookmarks/bookmarksmodel.h
@@ -42,6 +42,7 @@ public:
int rowCount(const QModelIndex &parent = QModelIndex()) const override;
QModelIndex insertItem(BookmarkItem::BookmarkItemType type, const QModelIndex &parent);
+ bool removeItem(const QModelIndex &node);
int columnCount(const QModelIndex &parent = QModelIndex()) const override;