aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/LVideoLabel.h
diff options
context:
space:
mode:
authorZackaryWelch <welch.zackary@gmail.com>2017-10-21 19:19:28 -0400
committerZackaryWelch <welch.zackary@gmail.com>2017-10-21 19:19:28 -0400
commitb4bb314391b9d363944b8de91ea2c660675fabc6 (patch)
tree0a2f9ad903d003aecd27a84697605a9d21225086 /src-qt5/core/libLumina/LVideoLabel.h
parentFinished video thumbnails and roll over playback for lumina-fm and (diff)
downloadlumina-b4bb314391b9d363944b8de91ea2c660675fabc6.tar.gz
lumina-b4bb314391b9d363944b8de91ea2c660675fabc6.tar.bz2
lumina-b4bb314391b9d363944b8de91ea2c660675fabc6.zip
Added some testing code for issues with directories having >10 videos
Diffstat (limited to 'src-qt5/core/libLumina/LVideoLabel.h')
-rw-r--r--src-qt5/core/libLumina/LVideoLabel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src-qt5/core/libLumina/LVideoLabel.h b/src-qt5/core/libLumina/LVideoLabel.h
index 8c544b16..f368c1a8 100644
--- a/src-qt5/core/libLumina/LVideoLabel.h
+++ b/src-qt5/core/libLumina/LVideoLabel.h
@@ -27,6 +27,7 @@ class LVideoLabel : public QLabel{
void initializeBackend();
void stopVideo(QPixmap);
void setDuration(QMediaPlayer::MediaStatus);
+ void stateChanged(QMediaPlayer::State);
private:
QMediaPlayer *mediaPlayer;
bgstack15