summaryrefslogtreecommitdiffstats
path: root/fileview.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 /fileview.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 'fileview.h')
-rw-r--r--fileview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fileview.h b/fileview.h
index 4858ce6..d437201 100644
--- a/fileview.h
+++ b/fileview.h
@@ -50,6 +50,7 @@ class FileView : public SmTreeView {
void restoreSelection();
void selectedFilesChanged();
void properties();
+ void selectItem(const QString &item);
protected slots:
virtual void closeEditor(QWidget *editor, QAbstractItemDelegate::EndEditHint hint);