diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2019-11-15 17:02:39 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2019-11-15 17:02:39 +0200 |
commit | 6e89bf230725e59e71a3273bf8492ed0a2066716 (patch) | |
tree | 972e83be6577900b938768f68125e9e83bcad9ca /lib/bookmarks/model | |
parent | Context menu: add actions for MediaTypeNone (diff) | |
download | smolbote-6e89bf230725e59e71a3273bf8492ed0a2066716.tar.xz |
Bookmarks: move xbel implementation to formats/
Diffstat (limited to 'lib/bookmarks/model')
-rw-r--r-- | lib/bookmarks/model/bookmarkmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bookmarks/model/bookmarkmodel.cpp b/lib/bookmarks/model/bookmarkmodel.cpp index 9214c24..895b178 100644 --- a/lib/bookmarks/model/bookmarkmodel.cpp +++ b/lib/bookmarks/model/bookmarkmodel.cpp @@ -8,7 +8,7 @@ #include "bookmarkmodel.h" #include "bookmarkitem.h" -#include "xbel.h" +#include "formats/xbel.h" #include <QBuffer> #include <QMimeData> #include <QRegularExpression> |