]> git.sesse.net Git - kdenlive/blobdiff - src/titlewidget.h
Sort effects in categories
[kdenlive] / src / titlewidget.h
index 4581e7d7680083640510150e7c28245b8f7154e7..2c36f7f1de0b0a20d2704cfaa8bbdba5a4a12d08 100644 (file)
@@ -253,6 +253,12 @@ private slots:
 
     /** \brief Called when accepted, stores the user selections for next time use */
     void slotAccepted();
+
+    void slotFontText(const QString& s);
+
+    void slotAddEffect(int ix);
+    void slotEditBlur(int ix);
+    void slotEditShadow();
 };