diff options
Diffstat (limited to 'filesystemfileproxy.h')
-rw-r--r-- | filesystemfileproxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/filesystemfileproxy.h b/filesystemfileproxy.h index a7b5e18..739305d 100644 --- a/filesystemfileproxy.h +++ b/filesystemfileproxy.h @@ -19,6 +19,7 @@ class FilesystemFileProxy : public QSortFilterProxyModel { FilesystemFileProxy(QObject *parent = 0); ~FilesystemFileProxy() {}; virtual QVariant data(const QModelIndex &index, int role) const; + virtual bool filterAcceptsRow(int sourcerow, const QModelIndex &source_parent) const; protected: virtual bool lessThan(const QModelIndex &left, const QModelIndex &right) const; |