Mercurial > hg > svapp
diff framework/MainWindowBase.cpp @ 248:ecbf3b75c562
Debug output only
author | Chris Cannam |
---|---|
date | Fri, 07 Oct 2011 17:06:08 +0100 |
parents | 1ebd8e13262d |
children | c469f8d8208e |
line wrap: on
line diff
--- a/framework/MainWindowBase.cpp Wed Sep 28 16:44:39 2011 +0100 +++ b/framework/MainWindowBase.cpp Fri Oct 07 17:06:08 2011 +0100 @@ -1216,6 +1216,8 @@ } PlayParameterRepository::getInstance()->addPlayable(newModel); + SVDEBUG << "SV about to call setMainModel(" << newModel << "): prevMain is " << prevMain << endl; + m_document->setMainModel(newModel); setupMenus();