From 7bda040f35c6be15dbf1ba007de28849a0803cae Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 16 Mar 2013 16:13:05 +0100 Subject: First shot at SmDirModel Gotta take a break here. Hopefully this will end up in a custom QFilesystemModel, but I'm hitting so many bugs on the way. Some things haven't worked for ages, I guess. Anyway, the watcher doesn't do anythying right now, still fixing bugs... --- filesystemwidget.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'filesystemwidget.h') diff --git a/filesystemwidget.h b/filesystemwidget.h index 744a3d3..1f83e5a 100644 --- a/filesystemwidget.h +++ b/filesystemwidget.h @@ -29,6 +29,7 @@ class QStringList; class FileSystemModel; class QSqlQuery; class SheMovIconProvider; +class SmDirModel; class FilesystemWidget : public QWidget { Q_OBJECT @@ -83,6 +84,7 @@ class FilesystemWidget : public QWidget { QStringList selectedFiles(); QStringList mExpandedDirs; FileSystemModel *mModel; + SmDirModel *mFileModel; QTreeView *mDirView; FileView *mFileView; FilesystemDirProxy *mDirProxy; -- cgit v1.2.3-70-g09d2