summaryrefslogtreecommitdiffstats
path: root/fileview.cpp
diff options
context:
space:
mode:
authoram <am@f440f766-f032-0410-8965-dc7d17de2ca0>2009-07-06 18:15:29 +0000
committeram <am@f440f766-f032-0410-8965-dc7d17de2ca0>2009-07-06 18:15:29 +0000
commit1b18f70862f62f8783976407057ea5a5cf88bdac (patch)
treefee6f613dff620d5fd62a43086fa1616de2b5bc0 /fileview.cpp
parent6af9b265b0e9e3bc88d9e0bb61701aac64b2f8f1 (diff)
downloadSheMov-1b18f70862f62f8783976407057ea5a5cf88bdac.tar.gz
SheMov-1b18f70862f62f8783976407057ea5a5cf88bdac.tar.bz2
SheMov-1b18f70862f62f8783976407057ea5a5cf88bdac.zip
-fixed showing tree in fileview
-when a movie or image is activated, it's shown in the configured viewer git-svn-id: file:///var/svn/repos2/shemov/trunk@379 f440f766-f032-0410-8965-dc7d17de2ca0
Diffstat (limited to 'fileview.cpp')
-rw-r--r--fileview.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/fileview.cpp b/fileview.cpp
index a09762d..541d071 100644
--- a/fileview.cpp
+++ b/fileview.cpp
@@ -31,10 +31,6 @@ void FileView::contextMenuEvent(QContextMenuEvent *e){
void FileView::keyPressEvent(QKeyEvent *e){
switch(e->key()){
- case Qt::Key_Right:
- case Qt::Key_Asterisk:
- e->accept();
- break;
case Qt::Key_Backspace:
emit upDir();
e->accept();