]> git.sesse.net Git - kdenlive/blobdiff - src/titlewidget.h
Fix possible crash on effect change
[kdenlive] / src / titlewidget.h
index c000197b15ca4df47b76ee049c3ea4b315edcc16..d4a5fa826b7ba75c7f29a5cf3f1f60e162a3db2e 100644 (file)
@@ -108,6 +108,9 @@ private:
 
     enum ValueType { ValueWidth = 0, ValueHeight = 1 };
 
+    /** \brief Sets the font weight value in the combo box. (#909) */
+    void setFontBoxWeight(int weight);
+
     /** \brief Store the current choices of font, background and rect values */
     void writeChoices();
     /** \brief Read the last stored choices into the dialog */
@@ -132,6 +135,8 @@ private:
     void enableToolbars(TITLETOOL toolType);
     /** \brief Shows the toolbars suiting to toolType */
     void showToolbars(TITLETOOL toolType);
+    /** \brief Check a tool button. */
+    void checkButton(TITLETOOL toolType);
 
 public slots:
     void slotNewText(QGraphicsTextItem *tt);