]> git.sesse.net Git - kdenlive/blobdiff - src/doubleparameterwidget.h
Show all parameter comments at once:
[kdenlive] / src / doubleparameterwidget.h
index 15fa4a0ec43086c4b9b45c261585845aa937c6b5..9a7681fccb6df70916addd0b7b36ab496b5bf54f 100644 (file)
@@ -64,7 +64,7 @@ public slots:
     void slotReset();
 
 private slots:
-    /** @brief Emits showComment with m_comment. */
+    /** @brief Shows/Hides the comment label. */
     void slotShowComment();
 
 private:
@@ -72,11 +72,10 @@ private:
     QLabel *m_name;
     QSlider *m_slider;
     QSpinBox *m_spinBox;
-    QString m_comment;
+    QLabel *m_commentLabel;
     
 signals:
     void valueChanged(int);
-    void showComment(const QString&);
 };
 
 #endif