Mercurial > hg > svapp
diff framework/MainWindowBase.h @ 224:46213a34900f templating
Add saveSessionTemplate method
author | Chris Cannam |
---|---|
date | Tue, 10 May 2011 13:58:08 +0100 |
parents | ed5804224121 |
children | 2c827ac7c8e7 |
line wrap: on
line diff
--- a/framework/MainWindowBase.h Mon May 09 16:55:47 2011 +0100 +++ b/framework/MainWindowBase.h Tue May 10 13:58:08 2011 +0100 @@ -105,6 +105,7 @@ virtual FileOpenStatus openSession(FileSource source); virtual bool saveSessionFile(QString path); + virtual bool saveSessionTemplate(QString path); /// Implementation of FrameTimer interface method virtual unsigned long getFrame() const;