comparison data/model/EditableDenseThreeDimensionalModel.cpp @ 690:1424aa29ae95

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:26:52 +0100
parents 06f13a3b9e9e
children 33fca917c800
comparison
equal deleted inserted replaced
689:573d45e9487b 690:1424aa29ae95
490 { 490 {
491 QReadLocker locker(&m_lock); 491 QReadLocker locker(&m_lock);
492 492
493 // For historical reasons we read and write "resolution" as "windowSize" 493 // For historical reasons we read and write "resolution" as "windowSize"
494 494
495 DEBUG << "EditableDenseThreeDimensionalModel::toXml" << endl; 495 SVDEBUG << "EditableDenseThreeDimensionalModel::toXml" << endl;
496 496
497 Model::toXml 497 Model::toXml
498 (out, indent, 498 (out, indent,
499 QString("type=\"dense\" dimensions=\"3\" windowSize=\"%1\" yBinCount=\"%2\" minimum=\"%3\" maximum=\"%4\" dataset=\"%5\" startFrame=\"%6\" %7") 499 QString("type=\"dense\" dimensions=\"3\" windowSize=\"%1\" yBinCount=\"%2\" minimum=\"%3\" maximum=\"%4\" dataset=\"%5\" startFrame=\"%6\" %7")
500 .arg(m_resolution) 500 .arg(m_resolution)