]> git.sesse.net Git - kdenlive/blobdiff - src/keyframeedit.h
Pre-select the first parameter on effects with not other parameter selected to be...
[kdenlive] / src / keyframeedit.h
index 23115b36b090a202d335767a617c77cbe8f9af82..7594c44f57be6942ed90a493a3f04813f1eb8861 100644 (file)
@@ -90,6 +90,9 @@ public:
     /** @brief Returns true if the parameter @param name should be shown on the clip in timeline. */
     bool isVisibleParam(const QString &name);
 
+    /** @brief Makes the first parameter visible in timeline if no parameter is selected. */
+    void checkVisibleParam();
+
 private:
     QList <QDomElement> m_params;
     int m_min;