annotate base/Model.cpp @ 2:d86891498eef

* Update copyrights to 2006
author Chris Cannam
date Thu, 12 Jan 2006 13:45:27 +0000
parents da6937383da8
children 581f67f370f3
rev   line source
Chris@0 1
Chris@0 2 #include "Model.h"
Chris@0 3
Chris@0 4 const int Model::COMPLETION_UNKNOWN = -1;
Chris@0 5
Chris@0 6 #ifdef INCLUDE_MOCFILES
Chris@0 7 #ifdef INCLUDE_MOCFILES
Chris@0 8 #include "Model.moc.cpp"
Chris@0 9 #endif
Chris@0 10 #endif
Chris@0 11