]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.h
Fix several crashes related to track insert / delete
[kdenlive] / src / mainwindow.h
index 1190a5487b1f29e433c2c22014f37578ae84ba33..34ab13b08436cea6e7f21ea1c0c2e1520a6e2c42 100644 (file)
@@ -266,6 +266,8 @@ private slots:
     void slotSetInPoint();
     void slotSetOutPoint();
     void configureNotifications();
+    void slotInsertTrack(int ix = 0);
+    void slotDeleteTrack(int ix = 0);
 };