summaryrefslogtreecommitdiffstats
path: root/filesystemwidget.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2010-05-24 14:30:24 +0200
committerArno <am@disconnect.de>2010-05-24 14:30:24 +0200
commit1656d5e88a301afaec65e13566d72abecb1c8d3b (patch)
tree880007aa32cd779818887c85d4a8e71e60a96667 /filesystemwidget.h
parent67941c93638d8d3253f0f26465d82491dcd8a68f (diff)
downloadSheMov-1656d5e88a301afaec65e13566d72abecb1c8d3b.tar.gz
SheMov-1656d5e88a301afaec65e13566d72abecb1c8d3b.tar.bz2
SheMov-1656d5e88a301afaec65e13566d72abecb1c8d3b.zip
Close PictureViewer on exit
Close PictureViewer window when exiting SheMov.
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 2fb1bc1..0f70bea 100644
--- a/filesystemwidget.h
+++ b/filesystemwidget.h
@@ -35,6 +35,7 @@ class FilesystemWidget : public QWidget {
QFileSystemModel *dirModel() { return mModel; };
const QString windowTitle() const { return mWindowTitle; };
void setArchiveDialog(ArchiveEditDialog *dlg);
+ PictureViewer *pictureViewer() { return mPicViewer; };
signals:
void windowTitle(const QString &);