diff src/MainWindow.h @ 164:62ceae757fe0

Re-analyse frames when selection changes (this only pulls up a set of new candidates for now, can't do anything with them and the old ones are never removed)
author Chris Cannam
date Thu, 30 Jan 2014 17:33:55 +0000
parents 106fdf38c6c9
children 6b6906017536
line wrap: on
line diff
--- a/src/MainWindow.h	Wed Jan 29 17:34:28 2014 +0000
+++ b/src/MainWindow.h	Thu Jan 30 17:33:55 2014 +0000
@@ -149,6 +149,8 @@
     virtual void about();
     virtual void keyReference();
 
+    virtual void selectionChanged();
+
 protected:
     Analyser      *m_analyser;