Mercurial > hg > svapp
comparison framework/MainWindowBase.h @ 226:2c827ac7c8e7 templating
When saving a session as a template, use the silent.wav placeholder instead of the main model
author | Chris Cannam |
---|---|
date | Wed, 11 May 2011 12:23:55 +0100 |
parents | 46213a34900f |
children | a6398a7400c1 |
comparison
equal
deleted
inserted
replaced
225:9d50c42d7ca0 | 226:2c827ac7c8e7 |
---|---|
409 | 409 |
410 virtual bool shouldCreateNewSessionForRDFAudio(bool *) { return true; } | 410 virtual bool shouldCreateNewSessionForRDFAudio(bool *) { return true; } |
411 | 411 |
412 virtual void connectLayerEditDialog(ModelDataTableDialog *dialog); | 412 virtual void connectLayerEditDialog(ModelDataTableDialog *dialog); |
413 | 413 |
414 virtual void toXml(QTextStream &stream); | 414 virtual void toXml(QTextStream &stream, bool asTemplate); |
415 }; | 415 }; |
416 | 416 |
417 | 417 |
418 #endif | 418 #endif |