Add right click menu to clear I/O points when they exist in timelineheader

This commit is contained in:
alcomposer
2018-12-19 18:18:56 +10:30
parent 26c3534048
commit 27c4520e58
3 changed files with 19 additions and 2 deletions
+1 -2
View File
@@ -31,6 +31,7 @@ public slots:
void new_project();
void autorecover_interval();
void on_actionNest_triggered();
void on_actionClear_In_Out_triggered();
protected:
void closeEvent(QCloseEvent *);
@@ -157,8 +158,6 @@ private slots:
void on_actionSet_Out_Point_triggered();
void on_actionClear_In_Out_triggered();
void on_actionDelete_In_Out_triggered();
void on_actionRipple_Delete_In_Out_triggered();