From 7d96918246b866a0b4aac6b4dc70e4c049c0ada9 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Thu, 11 Feb 2016 16:12:21 -0200 Subject: RewindWorkerThread renamed to TransitionWorkerThread. Also, added easing curve customization. --- rewindworkerthread.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 rewindworkerthread.h (limited to 'rewindworkerthread.h') diff --git a/rewindworkerthread.h b/rewindworkerthread.h deleted file mode 100644 index 0bbaeb6..0000000 --- a/rewindworkerthread.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef REWINDWORKERTHREAD_H -#define REWINDWORKERTHREAD_H - -#include "transitioncontrol.h" - -#include -#include - -class RewindWorkerThread - : public QThread -{ - Q_OBJECT -public: - RewindWorkerThread(TransitionControl *control) { m_control = control; } - void run(); - -private: - TransitionControl *m_control; -}; - -#endif // REWINDWORKERTHREAD_H -- cgit v1.2.3