Mercurial > hg > svapp
changeset 273:6bbf62a333c1 tonioni
sample playback problems
author | gyorgyf |
---|---|
date | Sat, 13 Apr 2013 20:03:40 +0100 |
parents | 94bf7d7f2d6f |
children | 64724dbc5f05 |
files | framework/MainWindowBase.cpp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/framework/MainWindowBase.cpp Sat Apr 13 17:18:28 2013 +0100 +++ b/framework/MainWindowBase.cpp Sat Apr 13 20:03:40 2013 +0100 @@ -3106,6 +3106,7 @@ MainWindowBase::modelAdded(Model *model) { // SVDEBUG << "MainWindowBase::modelAdded(" << model << ")" << endl; + std::cerr << "\nAdding model " << model->getTypeName() << " to playsource " << std::endl; m_playSource->addModel(model); }