summaryrefslogtreecommitdiffstats
path: root/archiveview.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2014-04-07 13:22:44 +0200
committerArno <am@disconnect.de>2014-04-07 13:22:44 +0200
commit05c0ddf167054d1c7befe7440ff60718c98a8207 (patch)
tree85f66f198897e5927ed1c0eed87545ab7207a411 /archiveview.h
parent0aff6a93221bfb6408e4fcc2a1fb966c111ac9ae (diff)
downloadSheMov-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.h1
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;