Mercurial > hg > svgui
diff widgets/LEDButton.cpp @ 587:4806715f7a19
Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
author | Chris Cannam |
---|---|
date | Tue, 14 Jun 2011 15:27:05 +0100 |
parents | f4960f8ce798 |
children | 1a0dfcbffaf1 |
line wrap: on
line diff
--- a/widgets/LEDButton.cpp Tue Jun 14 14:48:29 2011 +0100 +++ b/widgets/LEDButton.cpp Tue Jun 14 15:27:05 2011 +0100 @@ -99,7 +99,7 @@ if (e->buttons() & Qt::LeftButton) { toggle(); bool newState = state(); - DEBUG << "emitting new state " << newState << endl; + SVDEBUG << "emitting new state " << newState << endl; emit stateChanged(newState); } }