summaryrefslogtreecommitdiffstats
path: root/fswidget.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-03-31 22:00:55 +0200
committerArno <arno@disconnect.de>2018-03-31 22:00:55 +0200
commit1ce2c60e99837f3b16e7af35c856b81d31eb06e7 (patch)
treeb2f6adcf111f3f7654b07d1e7a6fae75f84e8f77 /fswidget.h
parent82ccb81006d8e82c7f0d9a5febe632e198452425 (diff)
downloadSheMov-1ce2c60e99837f3b16e7af35c856b81d31eb06e7.tar.gz
SheMov-1ce2c60e99837f3b16e7af35c856b81d31eb06e7.tar.bz2
SheMov-1ce2c60e99837f3b16e7af35c856b81d31eb06e7.zip
Implement preview for videos
Comes at almost no cost when using Viewer :)
Diffstat (limited to 'fswidget.h')
-rw-r--r--fswidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fswidget.h b/fswidget.h
index 2bc6352..a66fbd6 100644
--- a/fswidget.h
+++ b/fswidget.h
@@ -39,6 +39,7 @@ class FSWidget : public QWidget {
void filterMime(const QString &mime);
void unpack();
void doubleClicked(const QModelIndex &idx);
+ void preview();
signals:
void message(QString msg);