diff options
author | Arno <arno@disconnect.de> | 2018-08-26 20:35:23 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-08-26 20:35:23 +0200 |
commit | 68ee6a0ec973940eb4f799b00f6518a902cbc4e5 (patch) | |
tree | 41ddac1434482ae0a20686c8bc8c8231bf9aed36 /fswidget.h | |
parent | 1aebcdcc41d60f891a12b70584d3ceb833d5bfdc (diff) | |
download | SheMov-68ee6a0ec973940eb4f799b00f6518a902cbc4e5.tar.gz SheMov-68ee6a0ec973940eb4f799b00f6518a902cbc4e5.tar.bz2 SheMov-68ee6a0ec973940eb4f799b00f6518a902cbc4e5.zip |
Implement custom Video player
Well, well, well. Due to several unforseen circumstances I ventured into
the sources again and implemented a Video player with Qt. Looks very
promising so far. There are some bugs to weed out, but I'm getting
there...
Diffstat (limited to 'fswidget.h')
-rw-r--r-- | fswidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ class FSWidget : public QWidget { void doubleClicked(const QModelIndex &idx); void preview(); void playSelected(int count, QString player); + void playQt(); void selectFilter(); void calculateSelectionChanged(); |