aboutsummaryrefslogtreecommitdiff
path: root/lib/bookmarks/bookmarkitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bookmarks/bookmarkitem.h')
-rw-r--r--lib/bookmarks/bookmarkitem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bookmarks/bookmarkitem.h b/lib/bookmarks/bookmarkitem.h
index 5059fd6..fa1a91c 100644
--- a/lib/bookmarks/bookmarkitem.h
+++ b/lib/bookmarks/bookmarkitem.h
@@ -25,6 +25,7 @@ public:
~BookmarkItem();
void appendChild(BookmarkItem *child);
+ bool removeChild(BookmarkItem *child);
BookmarkItem *child(int row);
int childIndex(BookmarkItem *item) const;
int childCount() const;