summaryrefslogtreecommitdiffstats
path: root/filesystemfileproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'filesystemfileproxy.h')
-rw-r--r--filesystemfileproxy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/filesystemfileproxy.h b/filesystemfileproxy.h
index cb32a77..9f9609b 100644
--- a/filesystemfileproxy.h
+++ b/filesystemfileproxy.h
@@ -18,6 +18,7 @@ class FilesystemFileProxy : public QSortFilterProxyModel {
public:
FilesystemFileProxy(QObject *parent = 0);
~FilesystemFileProxy() {};
+ bool lessThan(const QModelIndex &left, const QModelIndex &right) const;
};
#endif