]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.h
"Get New Lumas" option in settings menu to automatically download new transition...
[kdenlive] / src / mainwindow.h
index f3410dcf4dd7288d1ac7fa776d4ec1fcaa8c7815..c9ef5e9f343a8b5e4e0382b951aec4e4c836e023 100644 (file)
@@ -246,6 +246,7 @@ private slots:
     void slotFindNext();
 
     void slotInsertSpace();
+    void slotRemoveSpace();
     void slotAddGuide();
     void slotEditGuide();
     void slotDeleteGuide();
@@ -265,6 +266,10 @@ private slots:
     void slotSetInPoint();
     void slotSetOutPoint();
     void configureNotifications();
+    void slotInsertTrack(int ix = 0);
+    void slotDeleteTrack(int ix = 0);
+    void slotChangeTrack(int ix = 0);
+    void slotGetNewStuff();
 };