]> git.sesse.net Git - kdenlive/blobdiff - src/renderer.h
Merge branch 'refs/heads/v0.8.2'
[kdenlive] / src / renderer.h
index 0b28916c9b8174c265ef795cf80b276924031e15..4a1c5a56d68b3b80954beffa1bcc0f70388e31f1 100644 (file)
@@ -285,7 +285,7 @@ Q_OBJECT public:
     /** @brief Returns a pointer to the main producer. */
     Mlt::Producer *getProducer();
     /** @brief Returns the number of clips to process (When requesting clip info). */
-    int processingItems() const;
+    int processingItems();
     /** @brief Force processing of clip with selected id. */
     void forceProcessing(const QString &id);
     /** @brief Are we currently processing clip with selected id. */
@@ -372,7 +372,6 @@ private slots:
     /** @brief Refreshes the monitor display. */
     void refresh();
     void slotOsdTimeout();
-    int connectPlaylist();
     /** @brief Process the clip info requests (in a separate thread). */
     void processFileProperties();