comparison layer/TimeValueLayer.cpp @ 205:6969f21da18a

* remove some debug and some obsolete moc file includes
author Chris Cannam
date Mon, 26 Feb 2007 14:55:08 +0000
parents c2ed5014d4ff
children 34bbbcb3c01f
comparison
equal deleted inserted replaced
204:942cfa1df966 205:6969f21da18a
1439 PlotStyle style = (PlotStyle) 1439 PlotStyle style = (PlotStyle)
1440 attributes.value("plotStyle").toInt(&ok); 1440 attributes.value("plotStyle").toInt(&ok);
1441 if (ok) setPlotStyle(style); 1441 if (ok) setPlotStyle(style);
1442 } 1442 }
1443 1443
1444
1445 #ifdef INCLUDE_MOCFILES
1446 #include "TimeValueLayer.moc.cpp"
1447 #endif
1448