diff options
| author | am <am@f440f766-f032-0410-8965-dc7d17de2ca0> | 2009-07-06 15:51:54 +0000 | 
|---|---|---|
| committer | am <am@f440f766-f032-0410-8965-dc7d17de2ca0> | 2009-07-06 15:51:54 +0000 | 
| commit | 6af9b265b0e9e3bc88d9e0bb61701aac64b2f8f1 (patch) | |
| tree | 1205a69e562e1e61880345da052a38f245b8eb13 /filesystemfileproxy.h | |
| parent | ea9e5d0f1e02ca8c8859bbf59f2081b819f1d329 (diff) | |
| download | SheMov-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.h | 1 | 
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  | 
