7#include <QSortFilterProxyModel>
8#include <QtQml/qqmlregistration.h>
14 :
public QSortFilterProxyModel
17 QML_UNCREATABLE(
"Used by ReaderModel only")
21 [[nodiscard]]
bool lessThan(
const QModelIndex& source_left,
const QModelIndex& source_right)
const override;
Definition SortedReaderModel.h:15
void onDataChanged()
Definition SortedReaderModel.cpp:27
bool lessThan(const QModelIndex &source_left, const QModelIndex &source_right) const override
Definition SortedReaderModel.cpp:11
Defines the AccessRight and AccessRole enum.
Definition CommandApdu.h:17