summaryrefslogtreecommitdiffstats
path: root/filesystemwidget.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2014-11-08 04:31:40 +0100
committerArno <am@disconnect.de>2014-11-08 04:31:40 +0100
commitbd3716dcab86c7d3e018004a1f26b470a7f6cfb7 (patch)
treeda7514793f4fbe164812c5aa558460a3606b5128 /filesystemwidget.h
parentc114cd223ef1d618c5d5b19b371fa1711c3c3779 (diff)
downloadSheMov-bd3716dcab86c7d3e018004a1f26b470a7f6cfb7.tar.gz
SheMov-bd3716dcab86c7d3e018004a1f26b470a7f6cfb7.tar.bz2
SheMov-bd3716dcab86c7d3e018004a1f26b470a7f6cfb7.zip
Select child dir when going up in directory hierarchy
Select the previously selected dir in FileView when going up in the directory hierarchy.
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 82c3b04..0284fb6 100644
--- a/filesystemwidget.h
+++ b/filesystemwidget.h
@@ -47,6 +47,7 @@ class FilesystemWidget : public QWidget {
void windowTitle(const QString &);
void statusbarMessage(const QString &);
void mounted(bool);
+ void upSelected(const QString &);
public slots:
void directoryChanged(const QModelIndex &selected, const QModelIndex &);