diff options
author | Arno <am@disconnect.de> | 2013-08-22 15:42:38 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-08-22 15:42:38 +0200 |
commit | a74ed29b3cdac32e4ca1a5480e806798a7ddb0eb (patch) | |
tree | 1b268455e2d10c75a06d006f87812366a2f8e714 /archiveview.h | |
parent | 369c14264c664b38049ac081cf60b8485a4042cb (diff) | |
download | SheMov-a74ed29b3cdac32e4ca1a5480e806798a7ddb0eb.tar.gz SheMov-a74ed29b3cdac32e4ca1a5480e806798a7ddb0eb.tar.bz2 SheMov-a74ed29b3cdac32e4ca1a5480e806798a7ddb0eb.zip |
ArchiveProxy: Sort numeric by SeriesPart
Implement lessThan for ArchiveProxy.
Diffstat (limited to 'archiveview.h')
-rw-r--r-- | archiveview.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |