diff options
author | am <am@f440f766-f032-0410-8965-dc7d17de2ca0> | 2009-08-02 15:12:05 +0000 |
---|---|---|
committer | am <am@f440f766-f032-0410-8965-dc7d17de2ca0> | 2009-08-02 15:12:05 +0000 |
commit | 44a73ebcfc2ad65fe7301d49f7020f9f8dcd7762 (patch) | |
tree | 2549b471b5cb153b6f0e91fc0adbe15dd0ef3699 /archiveproxy.h | |
parent | 286d54a4705e56567a68cf6dabfa3ce64ac162d6 (diff) | |
download | SheMov-44a73ebcfc2ad65fe7301d49f7020f9f8dcd7762.tar.gz SheMov-44a73ebcfc2ad65fe7301d49f7020f9f8dcd7762.tar.bz2 SheMov-44a73ebcfc2ad65fe7301d49f7020f9f8dcd7762.zip |
-sorting of archive now takes movie number into account
git-svn-id: file:///var/svn/repos2/shemov/trunk@398 f440f766-f032-0410-8965-dc7d17de2ca0
Diffstat (limited to 'archiveproxy.h')
-rw-r--r-- | archiveproxy.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archiveproxy.h b/archiveproxy.h index 94e8d19..346b770 100644 --- a/archiveproxy.h +++ b/archiveproxy.h @@ -26,6 +26,9 @@ class ArchiveProxy : public QSortFilterProxyModel { public slots: void clearFilter(); + protected: + virtual bool lessThan(const QModelIndex &left, const QModelIndex &right) const; + private: FilterMode mFilterMode; QString mGenreFilter; |