Mercurial > hg > svgui
comparison widgets/CommandHistory.cpp @ 682:1a0dfcbffaf1
Drop std:: from cout, cerr, endl -- pull these in through Debug.h
author | Chris Cannam |
---|---|
date | Tue, 26 Nov 2013 14:06:40 +0000 |
parents | 4806715f7a19 |
children | 692a8b9804fe |
comparison
equal
deleted
inserted
replaced
681:eaf4446a1bef | 682:1a0dfcbffaf1 |
---|---|
279 void | 279 void |
280 CommandHistory::startCompoundOperation(QString name, bool execute) | 280 CommandHistory::startCompoundOperation(QString name, bool execute) |
281 { | 281 { |
282 if (m_currentCompound) { | 282 if (m_currentCompound) { |
283 SVDEBUG << "CommandHistory::startCompoundOperation: ERROR: compound operation already in progress!" << endl; | 283 SVDEBUG << "CommandHistory::startCompoundOperation: ERROR: compound operation already in progress!" << endl; |
284 std::cerr << "(name is " << m_currentCompound->getName().toLocal8Bit().data() << ")" << std::endl; | 284 cerr << "(name is " << m_currentCompound->getName().toLocal8Bit().data() << ")" << endl; |
285 return; | 285 return; |
286 } | 286 } |
287 | 287 |
288 closeBundle(); | 288 closeBundle(); |
289 | 289 |