diff options
author | Arno <am@disconnect.de> | 2014-04-07 13:22:44 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2014-04-07 13:22:44 +0200 |
commit | 05c0ddf167054d1c7befe7440ff60718c98a8207 (patch) | |
tree | 85f66f198897e5927ed1c0eed87545ab7207a411 /archiveview.h | |
parent | 0aff6a93221bfb6408e4fcc2a1fb966c111ac9ae (diff) | |
download | SheMov-05c0ddf167054d1c7befe7440ff60718c98a8207.tar.gz SheMov-05c0ddf167054d1c7befe7440ff60718c98a8207.tar.bz2 SheMov-05c0ddf167054d1c7befe7440ff60718c98a8207.zip |
Fix sorting of SeriesParts
Arrange Seriespartsname different so the default implementation of
QSortfilterProxyModel can handle the sorting.
Diffstat (limited to 'archiveview.h')
-rw-r--r-- | archiveview.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archiveview.h b/archiveview.h index 4b1308c..2366fb5 100644 --- a/archiveview.h +++ b/archiveview.h @@ -117,7 +117,6 @@ 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; |