aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-01-17 11:46:20 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2020-01-17 11:46:20 +0200
commitd75794508e1c202d28bdf77c25afb85d80d42554 (patch)
tree79fd7363b0f5d6a999dfbeee85862a49b8b2001c /lib
parentBookmarkItem::DateAdded and LastModified fields (diff)
downloadsmolbote-d75794508e1c202d28bdf77c25afb85d80d42554.tar.xz
Add Import option to BookmarksWidget
Diffstat (limited to 'lib')
-rw-r--r--lib/bookmarks/bookmarkformat.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/bookmarks/bookmarkformat.h b/lib/bookmarks/bookmarkformat.h
index 8b64420..c886546 100644
--- a/lib/bookmarks/bookmarkformat.h
+++ b/lib/bookmarks/bookmarkformat.h
@@ -27,10 +27,6 @@ public:
Q_CHECK_PTR(device);
m_device = device;
}
- ~BookmarkFormat()
- {
- m_device->close();
- }
void read(BookmarkItem *root) const;
void write(BookmarkItem *root);