Mercurial > hg > svapp
diff framework/MainWindowBase.h @ 359:1f2a4ad79967 tonioni
Introduce a new canSaveAs which is active whenever there is a main model; avoid silently overwriting existing session file when saving to audio path
author | Chris Cannam |
---|---|
date | Fri, 13 Jun 2014 10:37:04 +0100 |
parents | 337cdb5e5b06 |
children | f1cab64363d7 |
line wrap: on
line diff
--- a/framework/MainWindowBase.h Thu Jun 12 18:52:52 2014 +0100 +++ b/framework/MainWindowBase.h Fri Jun 13 10:37:04 2014 +0100 @@ -156,6 +156,7 @@ void canSelectPreviousLayer(bool); void canSelectNextLayer(bool); void canSave(bool); + void canSaveAs(bool); void hideSplash(); void sessionLoaded(); void audioFileLoaded();