summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkstreemodel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bookmarks/bookmarkstreemodel.hpp')
-rw-r--r--src/bookmarks/bookmarkstreemodel.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bookmarks/bookmarkstreemodel.hpp b/src/bookmarks/bookmarkstreemodel.hpp
index f92166d3..23257040 100644
--- a/src/bookmarks/bookmarkstreemodel.hpp
+++ b/src/bookmarks/bookmarkstreemodel.hpp
@@ -13,14 +13,14 @@
#include <QAbstractItemModel>
class QFile;
-class BookmarkModel final : public QAbstractItemModel {
+class BookmarksTreeModel final : public QAbstractItemModel {
Q_OBJECT
public:
enum Roles { CompletionMatchingRole = Qt::UserRole + 1 };
- explicit BookmarkModel(QObject *parent = nullptr);
- ~BookmarkModel() final;
+ explicit BookmarksTreeModel(QObject *parent = nullptr);
+ ~BookmarksTreeModel() final;
[[nodiscard]] QVariant headerData(int section, Qt::Orientation orientation, int role) const override;
[[nodiscard]] QVariant data(const QModelIndex &index, int role) const override;