summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkstreeformat_xbel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bookmarks/bookmarkstreeformat_xbel.h')
-rw-r--r--src/bookmarks/bookmarkstreeformat_xbel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bookmarks/bookmarkstreeformat_xbel.h b/src/bookmarks/bookmarkstreeformat_xbel.h
index c156eb24..af7345c5 100644
--- a/src/bookmarks/bookmarkstreeformat_xbel.h
+++ b/src/bookmarks/bookmarkstreeformat_xbel.h
@@ -19,9 +19,9 @@ namespace xbel {
* Parse an XBEL-formatted BookmarkItem tree
* @param device QIODEvice pointer to read from
* @param root BookmarkItem tree root pointer
- * @return true if parsing was successful, false if errors occurred
+ * @return list of parse errors, if any
*/
-[[nodiscard]] bool read(QIODevice *device, BookmarksTreeItem *root);
+[[nodiscard]] QList<QString> read(QIODevice *device, BookmarksTreeItem *root);
/**
* Write items into device