aboutsummaryrefslogtreecommitdiff
path: root/lib/bookmarks/xbel.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bookmarks/xbel.h')
-rw-r--r--lib/bookmarks/xbel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/bookmarks/xbel.h b/lib/bookmarks/xbel.h
index ecc185a..e285b70 100644
--- a/lib/bookmarks/xbel.h
+++ b/lib/bookmarks/xbel.h
@@ -12,12 +12,15 @@
#include "bookmarksview.h"
#include <QString>
#include <QXmlStreamReader>
+#include "bookmarkmodel.h"
+class BookmarkModel;
class XbelReader
{
public:
explicit XbelReader(QIODevice *file);
void read(BookmarksView *treeWidget);
+ void read(BookmarkModel *model);
private:
QIODevice *m_file;