summaryrefslogtreecommitdiffstats
path: root/filestreewidget.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2010-08-07 20:19:58 +0200
committerArno <am@disconnect.de>2010-08-07 20:19:58 +0200
commit3af9f3f8b900b9dd5e09300e74d6ce49018be98e (patch)
treefa9012bd0ccaf0e540bdb2b2562e6deddbb72bf0 /filestreewidget.h
parent40cedb64e32383f488000f89c2084c2bda98310f (diff)
downloadSheMov-3af9f3f8b900b9dd5e09300e74d6ce49018be98e.tar.gz
SheMov-3af9f3f8b900b9dd5e09300e74d6ce49018be98e.tar.bz2
SheMov-3af9f3f8b900b9dd5e09300e74d6ce49018be98e.zip
Fix doubleclick in FilesTreeWidget
Doubleclicking the DvdNo in FilesWidget did 1. play the movie 2. create an editor event in the widget Now doubleclicking only starts the default player. The quality can be edited via context menu.
Diffstat (limited to 'filestreewidget.h')
-rw-r--r--filestreewidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/filestreewidget.h b/filestreewidget.h
index e159d5a..eddf344 100644
--- a/filestreewidget.h
+++ b/filestreewidget.h
@@ -36,6 +36,7 @@ class FilesTreeWidget : public QWidget {
void removeFiles();
void moveToDirectory();
void fileProperties();
+ void editQuality();
private slots:
void fileSelectionChanged(const QModelIndex &current, const QModelIndex &previous);