summaryrefslogtreecommitdiffstats
path: root/filesystemfileproxy.h
diff options
context:
space:
mode:
authoram <am@f440f766-f032-0410-8965-dc7d17de2ca0>2009-07-06 15:51:54 +0000
committeram <am@f440f766-f032-0410-8965-dc7d17de2ca0>2009-07-06 15:51:54 +0000
commit6af9b265b0e9e3bc88d9e0bb61701aac64b2f8f1 (patch)
tree1205a69e562e1e61880345da052a38f245b8eb13 /filesystemfileproxy.h
parentea9e5d0f1e02ca8c8859bbf59f2081b819f1d329 (diff)
downloadSheMov-6af9b265b0e9e3bc88d9e0bb61701aac64b2f8f1.tar.gz
SheMov-6af9b265b0e9e3bc88d9e0bb61701aac64b2f8f1.tar.bz2
SheMov-6af9b265b0e9e3bc88d9e0bb61701aac64b2f8f1.zip
-implemented sorting in fileview
-implemented location bar git-svn-id: file:///var/svn/repos2/shemov/trunk@378 f440f766-f032-0410-8965-dc7d17de2ca0
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