]> git.sesse.net Git - kdenlive/blobdiff - src/jogshuttle.h
Const'ref
[kdenlive] / src / jogshuttle.h
index 55b4472a1306db2c767856e14c15fd48481b83f4..6b70be86d5c086f025630281a29704541e66041e 100644 (file)
@@ -55,10 +55,10 @@ private:
 class JogShuttle: public QObject
 {
 Q_OBJECT public:
-    explicit JogShuttle(QString device, QObject * parent = 0);
+    explicit JogShuttle(const QString &device, QObject * parent = 0);
     ~JogShuttle();
     void stopDevice();
-    void initDevice(QString device);
+    void initDevice(const QString &device);
 
 protected:
     virtual void customEvent(QEvent * e);