summaryrefslogtreecommitdiffstats
path: root/fileview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fileview.cpp')
-rw-r--r--fileview.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/fileview.cpp b/fileview.cpp
index db34e0a..decf8e5 100644
--- a/fileview.cpp
+++ b/fileview.cpp
@@ -71,6 +71,10 @@ void FileView::keyPressEvent(QKeyEvent *e){
emit upDir();
e->accept();
break;
+ /*case Qt::Key_Enter:
+ emit showItem();
+ e->accept();
+ break;*/
default:
QTreeView::keyPressEvent(e);
}