comparison layer/TimeInstantLayer.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 33929e0c3c6b
children 34bbbcb3c01f
comparison
equal deleted inserted replaced
204:942cfa1df966 205:6969f21da18a
776 PlotStyle style = (PlotStyle) 776 PlotStyle style = (PlotStyle)
777 attributes.value("plotStyle").toInt(&ok); 777 attributes.value("plotStyle").toInt(&ok);
778 if (ok) setPlotStyle(style); 778 if (ok) setPlotStyle(style);
779 } 779 }
780 780
781 #ifdef INCLUDE_MOCFILES
782 #include "TimeInstantLayer.moc.cpp"
783 #endif
784