|
|
|
@ -37,8 +37,6 @@ public: |
|
|
|
|
|
|
|
|
|
|
|
Q_REQUIRED_RESULT bool lessThan(const QModelIndex &left, const QModelIndex &right) const override; |
|
|
|
Q_REQUIRED_RESULT bool lessThan(const QModelIndex &left, const QModelIndex &right) const override; |
|
|
|
|
|
|
|
|
|
|
|
bool filterAcceptsRow(int source_row, const QModelIndex &parent) const override; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void setManualSortingActive(bool active); |
|
|
|
void setManualSortingActive(bool active); |
|
|
|
Q_REQUIRED_RESULT bool isManualSortingActive() const; |
|
|
|
Q_REQUIRED_RESULT bool isManualSortingActive() const; |
|
|
|
|
|
|
|
|
|
|
|
@ -58,4 +56,3 @@ private: |
|
|
|
std::unique_ptr<EntityCollectionOrderProxyModelPrivate> const d; |
|
|
|
std::unique_ptr<EntityCollectionOrderProxyModelPrivate> const d; |
|
|
|
}; |
|
|
|
}; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|