comparison data/model/Model.cpp @ 236:3e6fee4e4257

* remove some debug and some obsolete moc file includes
author Chris Cannam
date Mon, 26 Feb 2007 14:55:08 +0000
parents 4b2ea82fd0ed
children 7b96b3bd4bae
comparison
equal deleted inserted replaced
235:84ff7ba52993 236:3e6fee4e4257
63 .arg(extraAttributes); 63 .arg(extraAttributes);
64 64
65 return s; 65 return s;
66 } 66 }
67 67
68 #ifdef INCLUDE_MOCFILES
69 #include "Model.moc.cpp"
70 #endif
71