diff options
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; | 
