]> git.sesse.net Git - kdenlive/blobdiff - src/keyframeedit.h
USe free
[kdenlive] / src / keyframeedit.h
index 210192e48a8c653b125bbd7548d8c5ff843d5c23..2da6b6d8e9da57e2d1c4567b0f7ab6262432b3ec 100644 (file)
@@ -25,7 +25,6 @@
 #include <QAbstractItemView>
 #include <QSpinBox>
 
-class QButtonGroup;
 class PositionEdit;
 
 #include "ui_keyframeeditor_ui.h"
@@ -94,6 +93,10 @@ public:
     /** @brief Makes the first parameter visible in timeline if no parameter is selected. */
     void checkVisibleParam();
 
+public slots:
+
+    void slotUpdateRange(int inPoint, int outPoint);
+
 protected:
     /** @brief Gets the position of a keyframe from the table.
      * @param row Row of the keyframe in the table */