diff framework/MainWindowBase.h @ 342:4eccff14b4d8 tonioni

Much fiddling toward getting sessions and individual audio files to load cleanly when they need quite different handling after load
author Chris Cannam
date Wed, 02 Apr 2014 21:25:56 +0100
parents 2925a4bbca5e
children 63dec7dc11cc
line wrap: on
line diff
--- a/framework/MainWindowBase.h	Wed Apr 02 18:22:41 2014 +0100
+++ b/framework/MainWindowBase.h	Wed Apr 02 21:25:56 2014 +0100
@@ -153,6 +153,8 @@
     void canSelectNextLayer(bool);
     void canSave(bool);
     void hideSplash();
+    void sessionLoaded();
+    void audioFileLoaded();
     void replacedDocument();
     void activity(QString);