summaryrefslogtreecommitdiffstats
path: root/src/runtime/q3dsslideplayer_p.h
diff options
context:
space:
mode:
authorChristian Strømme <christian.stromme@qt.io>2018-05-03 12:55:43 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2018-05-08 12:57:50 +0000
commitc2c1f8aa68e659ca89ae79244462aa7bec9dacb4 (patch)
treedc8be57f726ee15cb22cf915d8a331b496e383cf /src/runtime/q3dsslideplayer_p.h
parent68db96265998039392cd47fa7d3fa3a38b45c287 (diff)
Remove queued update on EOS
This is no longer needed as the updates are not coming from the animator directly. Change-Id: I699978f4cdeea5932b46d82e85bd917a5c7129c9 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src/runtime/q3dsslideplayer_p.h')
-rw-r--r--src/runtime/q3dsslideplayer_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/q3dsslideplayer_p.h b/src/runtime/q3dsslideplayer_p.h
index 5ae5d70..11dd8c2 100644
--- a/src/runtime/q3dsslideplayer_p.h
+++ b/src/runtime/q3dsslideplayer_p.h
@@ -134,7 +134,7 @@ private:
void reset();
void setInternalState(PlayerState state);
void onDurationChanged(float duration);
- Q_INVOKABLE void onSlideFinished(void *slide);
+ void onSlideFinished(Q3DSSlide *slide);
void handleCurrentSlideChanged(Q3DSSlide *slide,
Q3DSSlide *previousSlide,