summaryrefslogtreecommitdiffstats
path: root/filesystemwidget.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2013-03-22 04:33:20 +0100
committerArno <am@disconnect.de>2013-03-22 04:33:20 +0100
commit50b34092a45990000ba73409abd75377816b70e6 (patch)
treed58100ce69b1378d45e8f0863cef53a19f748c7d /filesystemwidget.h
parentdb95f01cdb220842e031030df86ee56724e72f27 (diff)
downloadSheMov-50b34092a45990000ba73409abd75377816b70e6.tar.gz
SheMov-50b34092a45990000ba73409abd75377816b70e6.tar.bz2
SheMov-50b34092a45990000ba73409abd75377816b70e6.zip
Add explicit refresh for FileView
Since we have SmDirModel now, we can explicitly refresh the view, eventually!
Diffstat (limited to 'filesystemwidget.h')
-rw-r--r--filesystemwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/filesystemwidget.h b/filesystemwidget.h
index d6abc41..eaa6348 100644
--- a/filesystemwidget.h
+++ b/filesystemwidget.h
@@ -40,6 +40,7 @@ class FilesystemWidget : public QWidget {
FileView *fileView() { return mFileView; }
FilesystemFileProxy *fileProxy() { return mFileProxy; }
FileSystemModel *dirModel() { return mModel; }
+ SmDirModel *fileModel() { return mFileModel; }
const QString windowTitle() const { return mWindowTitle; }
PictureViewer2 *pictureViewer() { return mPicViewer; }
bool isMounted();