]> git.sesse.net Git - kdenlive/blobdiff - src/jogshuttle.h
Hopefully fix compile problem on armel, where there is no double type
[kdenlive] / src / jogshuttle.h
index e7c0e2097dfaeac434cf23df465bc5134636fffd..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,7 +52,8 @@ private:
 };
 
 
-class JogShuttle: public QObject {
+class JogShuttle: public QObject
+{
 Q_OBJECT public:
     explicit JogShuttle(QString device, QObject * parent = 0);
     ~JogShuttle();