summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkstreeformats.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bookmarks/bookmarkstreeformats.hpp')
-rw-r--r--src/bookmarks/bookmarkstreeformats.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/bookmarkstreeformats.hpp b/src/bookmarks/bookmarkstreeformats.hpp
index 380a7e64..2f001ed9 100644
--- a/src/bookmarks/bookmarkstreeformats.hpp
+++ b/src/bookmarks/bookmarkstreeformats.hpp
@@ -12,7 +12,7 @@
#include "bookmarkstreeformat_xbel.h"
#include <array>
-typedef bool (*t_readFn)(QIODevice *, BookmarksTreeItem *);
+typedef QList<QString> (*t_readFn)(QIODevice *, BookmarksTreeItem *);
typedef bool (*t_writeFn)(QIODevice *, const QVector<const BookmarksTreeItem *> &);
enum Formats { FormatXbel = 0 };