Mercurial > hg > svgui
comparison layer/Colour3DPlotLayer.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 |
---|---|
813 bool normalizeVisibleArea = | 813 bool normalizeVisibleArea = |
814 (attributes.value("normalizeVisibleArea").trimmed() == "true"); | 814 (attributes.value("normalizeVisibleArea").trimmed() == "true"); |
815 setNormalizeVisibleArea(normalizeVisibleArea); | 815 setNormalizeVisibleArea(normalizeVisibleArea); |
816 } | 816 } |
817 | 817 |
818 #ifdef INCLUDE_MOCFILES | |
819 #include "Colour3DPlotLayer.moc.cpp" | |
820 #endif | |
821 | |
822 |