From 710e5d87d285ac4d3123597fe012ba7951d6542f Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Thu, 11 Feb 2016 03:11:06 -0200 Subject: TransitionControl: only rewind when needed. --- transitioncontrol.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'transitioncontrol.h') diff --git a/transitioncontrol.h b/transitioncontrol.h index ac84786..4c76e8c 100644 --- a/transitioncontrol.h +++ b/transitioncontrol.h @@ -34,6 +34,8 @@ private: // The x pos where interaction started int m_startPos; + bool m_shouldRewind; + // Controls the smooth rewind transition QThread *m_rewindThread; }; -- cgit v1.2.3