diff view/View.h @ 1483:3943d0720167 by-id

Emit a signal when a cancel is pressed
author Chris Cannam
date Mon, 15 Jul 2019 13:49:57 +0100
parents e540aa5d89cd
children c83504eb2649
line wrap: on
line diff
--- a/view/View.h	Fri Jul 12 16:29:59 2019 +0100
+++ b/view/View.h	Mon Jul 15 13:49:57 2019 +0100
@@ -408,6 +408,8 @@
 
     void layerModelChanged();
 
+    void cancelButtonPressed(Layer *);
+    
     void centreFrameChanged(sv_frame_t frame,
                             bool globalScroll,
                             PlaybackFollowMode followMode);