aboutsummaryrefslogtreecommitdiff
path: root/transitioncontrol.h
diff options
context:
space:
mode:
Diffstat (limited to 'transitioncontrol.h')
-rw-r--r--transitioncontrol.h2
1 files changed, 2 insertions, 0 deletions
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;
};