summaryrefslogtreecommitdiffstats
path: root/filesystemwidget.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2013-03-16 16:13:05 +0100
committerArno <am@disconnect.de>2013-03-16 16:13:05 +0100
commit7bda040f35c6be15dbf1ba007de28849a0803cae (patch)
tree561995ddb3cd7087dbc6b993c0a5a4cd0166418f /filesystemwidget.h
parent5dbe3b400f798b0d9c5c72bb1fdbf762c603fad8 (diff)
downloadSheMov-7bda040f35c6be15dbf1ba007de28849a0803cae.tar.gz
SheMov-7bda040f35c6be15dbf1ba007de28849a0803cae.tar.bz2
SheMov-7bda040f35c6be15dbf1ba007de28849a0803cae.zip
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...
Diffstat (limited to 'filesystemwidget.h')
-rw-r--r--filesystemwidget.h2
1 files changed, 2 insertions, 0 deletions
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;