summaryrefslogtreecommitdiffstats
path: root/filesystemwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'filesystemwidget.h')
-rw-r--r--filesystemwidget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/filesystemwidget.h b/filesystemwidget.h
index c909811..1229962 100644
--- a/filesystemwidget.h
+++ b/filesystemwidget.h
@@ -75,6 +75,9 @@ class FilesystemWidget : public QWidget {
void selectUnpackDir();
void centerCurrent();
+ protected:
+ void keyPressEvent(QKeyEvent *e);
+
private slots:
void dirExpanded(const QModelIndex &idx);
void dirCollapsed(const QModelIndex &idx);