Mercurial > hg > svapp
comparison framework/MainWindowBase.cpp @ 766:cf4e0f3c2406
Profiling points
author | Chris Cannam |
---|---|
date | Thu, 14 May 2020 16:38:48 +0100 |
parents | 4c91c95e146a |
children | 7bded7599874 |
comparison
equal
deleted
inserted
replaced
765:eae885290abc | 766:cf4e0f3c2406 |
---|---|
4165 } | 4165 } |
4166 | 4166 |
4167 void | 4167 void |
4168 MainWindowBase::layerRemoved(Layer *) | 4168 MainWindowBase::layerRemoved(Layer *) |
4169 { | 4169 { |
4170 Profiler profiler("MainWindowBase::layerRemoved"); | |
4170 // SVDEBUG << "MainWindowBase::layerRemoved(" << layer << ")" << endl; | 4171 // SVDEBUG << "MainWindowBase::layerRemoved(" << layer << ")" << endl; |
4171 updateMenuStates(); | 4172 updateMenuStates(); |
4172 } | 4173 } |
4173 | 4174 |
4174 void | 4175 void |