]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.h
Keyboard shortcuts for stop motion capture
[kdenlive] / src / mainwindow.h
index a637c40b07c001ae14e5eec3ef5991a634da6c98..27365b4b777c8bfec17b32424a5513d952366edb 100644 (file)
@@ -37,6 +37,7 @@
 #include <KRecentFilesAction>
 #include <KComboBox>
 #include <kautosavefile.h>
+#include <KActionCategory>
 
 #include "effectslist.h"
 #include "gentime.h"
@@ -194,6 +195,9 @@ private:
     QMenu *m_timelineContextTransitionMenu;
     KUrl m_startUrl;
 
+    /** Actions used in the stopmotion widget */
+    KActionCategory *m_stopmotion_actions;
+
     /** @brief Shortcut to remove the focus from any element.
      *
      * It allows to get out of e.g. text input fields and to press another
@@ -374,7 +378,7 @@ private slots:
     void slotEditClipMarker();
 
     /** @brief Adds marker or auide at the current position without showing the marker dialog.
-     * 
+     *
      * Adds a marker if clip monitor is active, otherwise a guide.
      * The comment is set to the current position (therefore not dialog).
      * This can be useful to mark something during playback. */