]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.h
Required changes to make Kdenlive work with some locales that have a comma (,) as...
[kdenlive] / src / mainwindow.h
index a033e0e0302e185673ac221b99a6d4ff6c85a9d5..848f23fac393a396adc97ac150cc5f6441c95367 100644 (file)
@@ -305,6 +305,7 @@ private:
     void loadLayouts();
 
     StopmotionWidget *m_stopmotion;
+    QTime m_timer;
 
 public slots:
     /** @brief Prepares opening @param url.
@@ -548,6 +549,8 @@ private slots:
     /** @brief Disable proxies for this project. */
     void slotDisableProxies();
 
+    void slotElapsedTime();
+
 signals:
     Q_SCRIPTABLE void abortRenderJob(const QString &url);
 };