7 #include <QSortFilterProxyModel> 13 :
public QSortFilterProxyModel
18 bool lessThan(
const QModelIndex& source_left,
const QModelIndex& source_right)
const override;
void onDataChanged()
Definition: SortedReaderDriverModel.cpp:28
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:14
Definition: SortedReaderDriverModel.h:12
bool lessThan(const QModelIndex &source_left, const QModelIndex &source_right) const override
Definition: SortedReaderDriverModel.cpp:11