]> git.sesse.net Git - kdenlive/blobdiff - src/jogshuttle.h
Apply patch from P. Fleury to improve jog shuttle speed handling.
[kdenlive] / src / jogshuttle.h
index 5e9e269ecf8e4649742b6fc7da9222096a145184..7503bcfb8f5be7a6e05079a3abbe468d02a4fdb0 100644 (file)
@@ -37,15 +37,15 @@ public:
     void init(QObject *parent, QString device);
     QObject *m_parent;
     int shuttlevalue;
+    bool shuttlechange;
     unsigned short jogvalue;
     bool isWorking();
     bool stop_me;
+    QString m_device;
 
 private:
-    QString m_device;
     bool m_isWorking;
     void handle_event(EV ev);
-    void jogshuttle(unsigned short code, unsigned int value);
     void jog(unsigned int value);
     void shuttle(int value);
     void key(unsigned short code, unsigned int value);