From a74ed29b3cdac32e4ca1a5480e806798a7ddb0eb Mon Sep 17 00:00:00 2001 From: Arno Date: Thu, 22 Aug 2013 15:42:38 +0200 Subject: ArchiveProxy: Sort numeric by SeriesPart Implement lessThan for ArchiveProxy. --- archiveview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'archiveview.h') diff --git a/archiveview.h b/archiveview.h index 36e915c..58213a1 100644 --- a/archiveview.h +++ b/archiveview.h @@ -113,6 +113,7 @@ class ArchiveProxy : public QSortFilterProxyModel { protected: bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const; + bool lessThan(const QModelIndex &left, const QModelIndex &right) const; private: QRegExp mFilter; -- cgit v1.2.3-70-g09d2