diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2020-01-17 11:46:20 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2020-01-17 11:46:20 +0200 |
commit | d75794508e1c202d28bdf77c25afb85d80d42554 (patch) | |
tree | 79fd7363b0f5d6a999dfbeee85862a49b8b2001c /lib | |
parent | BookmarkItem::DateAdded and LastModified fields (diff) | |
download | smolbote-d75794508e1c202d28bdf77c25afb85d80d42554.tar.xz |
Add Import option to BookmarksWidget
Diffstat (limited to 'lib')
-rw-r--r-- | lib/bookmarks/bookmarkformat.h | 4 |
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); |