X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmainwindow.h;h=34e24d1a408cfb2f006cae2527a96dd5f249a077;hb=12c52e2d2e97f703714b83dfd385db2de5f03f18;hp=1e2e3ab59bd60bbf3b5603e36e5990329b567998;hpb=aa34cd9fc976d1f442b9c38b3d9cb14ca649cc27;p=kdenlive diff --git a/src/mainwindow.h b/src/mainwindow.h index 1e2e3ab5..34e24d1a 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -534,6 +534,8 @@ private slots: void slotOpenStopmotion(); /** @brief Implements all the actions that are int he ActionsCollection. */ void slotDoAction(const QString& action_name); + /** @brief Update project because the use of proxy clips was enabled / disabled. */ + void slotUpdateProxySettings(); signals: Q_SCRIPTABLE void abortRenderJob(const QString &url);