summaryrefslogtreecommitdiffstats
path: root/fileview.h
diff options
context:
space:
mode:
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 d437201..6d001aa 100644
--- a/fileview.h
+++ b/fileview.h
@@ -29,6 +29,7 @@ class FileView : public SmTreeView {
FileView(QWidget *parent = 0);
~FileView() {}
virtual void setModel(QAbstractItemModel *model);
+ QStringList selectedItems();
signals:
void upDir();