From d75794508e1c202d28bdf77c25afb85d80d42554 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 17 Jan 2020 11:46:20 +0200 Subject: Add Import option to BookmarksWidget --- lib/bookmarks/bookmarkformat.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib') 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); -- cgit v1.2.1