summaryrefslogtreecommitdiffstats
path: root/fileview.h
diff options
context:
space:
mode:
Diffstat (limited to 'fileview.h')
-rw-r--r--fileview.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fileview.h b/fileview.h
index 7f35fdc..f3bb349 100644
--- a/fileview.h
+++ b/fileview.h
@@ -31,6 +31,7 @@ class FileView : public QTreeView {
void delFiles();
void enterPressed(const QModelIndex &);
void statusbarMessage(const QString &);
+ void editorClosed(const QModelIndex &idx);
public slots:
void markFiles();
@@ -38,6 +39,9 @@ class FileView : public QTreeView {
void createFolder();
void readConfig();
+ protected slots:
+ virtual void closeEditor(QWidget *editor, QAbstractItemDelegate::EndEditHint hint);
+
private slots:
void doMark();
void doCreateFolder();