]> git.sesse.net Git - kdenlive/blobdiff - src/jogshuttle.h
const'ify
[kdenlive] / src / jogshuttle.h
index 2c28d88fc1238e1d6e9b78d1610a9a7002410153..55b4472a1306db2c767856e14c15fd48481b83f4 100644 (file)
@@ -34,13 +34,13 @@ class ShuttleThread : public QThread
 
 public:
     virtual void run();
-    void init(QObject *parent, QString device);
+    void init(QObject *parent, const QString &device);
     QObject *m_parent;
     int shuttlevalue;
-    bool shuttlechange;
+    int shuttlecounter;
     unsigned short jogvalue;
     bool isWorking();
-    bool stop_me;
+    volatile bool stop_me;
     QString m_device;
 
 private: