diff framework/MainWindowBase.h @ 227:a6398a7400c1 templating

Break out openSessionTemplate into its own method, so as to ensure it doesn't do any of that stuff like setting the session save path or last loaded-from location
author Chris Cannam
date Wed, 11 May 2011 13:49:21 +0100
parents 2c827ac7c8e7
children 976d43d3c67d
line wrap: on
line diff
--- a/framework/MainWindowBase.h	Wed May 11 12:23:55 2011 +0100
+++ b/framework/MainWindowBase.h	Wed May 11 13:49:21 2011 +0100
@@ -103,6 +103,7 @@
 
     virtual FileOpenStatus openSessionFile(QString fileOrUrl);
     virtual FileOpenStatus openSession(FileSource source);
+    virtual FileOpenStatus openSessionTemplate(FileSource source);
 
     virtual bool saveSessionFile(QString path);
     virtual bool saveSessionTemplate(QString path);