]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.h
Allow feedback message for clip jobs
[kdenlive] / src / mainwindow.h
index 32298a71841f7abfefc8425bd6892768ea35b2be..141c7e246621c8ab7819631d95086a3e4f17cba0 100644 (file)
@@ -328,7 +328,7 @@ public slots:
     *
     * Checks if already open and whether backup exists */
     void openFile(const KUrl &url);
-    void slotGotProgressInfo(const QString &message, int progress);
+    void slotGotProgressInfo(const QString &message, int progress, MessageType type = DefaultMessage);
     void slotReloadEffects();
     Q_SCRIPTABLE void setRenderingProgress(const QString &url, int progress);
     Q_SCRIPTABLE void setRenderingFinished(const QString &url, int status, const QString &error);