]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.h
cppcheck fixes, patch by Mikko Rapeli [4/27]
[kdenlive] / src / mainwindow.h
index c8d0ff241947d545f866917040cf500a271e53d0..848f23fac393a396adc97ac150cc5f6441c95367 100644 (file)
@@ -305,6 +305,7 @@ private:
     void loadLayouts();
 
     StopmotionWidget *m_stopmotion;
+    QTime m_timer;
 
 public slots:
     /** @brief Prepares opening @param url.
@@ -444,7 +445,7 @@ private slots:
 
     void slotAdjustClipMonitor();
     void slotAdjustProjectMonitor();
-    void slotSaveZone(Render *render, QPoint zone);
+    void slotSaveZone(Render *render, QPoint zone, DocClipBase *baseClip = NULL, KUrl path = KUrl());
 
     void slotSetInPoint();
     void slotSetOutPoint();
@@ -543,6 +544,12 @@ private slots:
     void slotInsertNotesTimecode();
     /** @brief Open the project's backupdialog. */
     void slotOpenBackupDialog(const KUrl url = KUrl());
+    /** @brief Make sure to block clip monitor before deleting a clip's producer. */
+    void slotBlockClipMonitor(const QString id);
+    /** @brief Disable proxies for this project. */
+    void slotDisableProxies();
+
+    void slotElapsedTime();
 
 signals:
     Q_SCRIPTABLE void abortRenderJob(const QString &url);