Mercurial > hg > svapp
diff framework/MainWindowBase.cpp @ 132:3b61a975b47e sv1-v1.3 sv1-v1.3rc1
* Updates for 1.3
author | Chris Cannam |
---|---|
date | Thu, 10 Jul 2008 12:50:56 +0000 |
parents | 4c9c04645685 |
children | b6dfdd99bd60 |
line wrap: on
line diff
--- a/framework/MainWindowBase.cpp Mon Jul 07 17:16:18 2008 +0000 +++ b/framework/MainWindowBase.cpp Thu Jul 10 12:50:56 2008 +0000 @@ -873,7 +873,7 @@ MainWindowBase::FileOpenStatus MainWindowBase::openAudio(FileSource source, AudioFileOpenMode mode) { - std::cerr << "MainWindowBase::openAudio(" << source.getLocation().toStdString() << ")" << std::endl; +// std::cerr << "MainWindowBase::openAudio(" << source.getLocation().toStdString() << ")" << std::endl; if (!source.isAvailable()) return FileOpenFailed; source.waitForData(); @@ -894,7 +894,7 @@ return FileOpenFailed; } - std::cerr << "mode = " << mode << std::endl; +// std::cerr << "mode = " << mode << std::endl; if (mode == AskUser) { if (getMainModel()) { @@ -2180,7 +2180,7 @@ void MainWindowBase::layerAboutToBeDeleted(Layer *layer) { - std::cerr << "MainWindowBase::layerAboutToBeDeleted(" << layer << ")" << std::endl; +// std::cerr << "MainWindowBase::layerAboutToBeDeleted(" << layer << ")" << std::endl; removeLayerEditDialog(layer); @@ -2193,7 +2193,7 @@ void MainWindowBase::layerInAView(Layer *layer, bool inAView) { - std::cerr << "MainWindowBase::layerInAView(" << layer << "," << inAView << ")" << std::endl; +// std::cerr << "MainWindowBase::layerInAView(" << layer << "," << inAView << ")" << std::endl; if (!inAView) removeLayerEditDialog(layer);