]> git.sesse.net Git - kdenlive/blobdiff - src/jogshuttle.h
Allow to loop selected timeline item
[kdenlive] / src / jogshuttle.h
index 29384599ca85f8f0b39ed27124f1d295f83007b3..5e9e269ecf8e4649742b6fc7da9222096a145184 100644 (file)
@@ -29,7 +29,8 @@
 
 typedef struct input_event EV;
 
-class ShuttleThread : public QThread {
+class ShuttleThread : public QThread
+{
 
 public:
     virtual void run();
@@ -51,9 +52,10 @@ private:
 };
 
 
-class JogShuttle: public QObject {
+class JogShuttle: public QObject
+{
 Q_OBJECT public:
-    JogShuttle(QString device, QObject * parent = 0);
+    explicit JogShuttle(QString device, QObject * parent = 0);
     ~JogShuttle();
     void stopDevice();
     void initDevice(QString device);