comparison data/model/Model.cpp @ 510:af7b6e55895b

* Ensure text models are exported with text properties in RDF, and imported back into text models again (instead of time/value models)
author Chris Cannam
date Mon, 08 Dec 2008 11:53:10 +0000
parents 88ad01799040
children 7207e3eba44f
comparison
equal deleted inserted replaced
509:6066bde1c126 510:af7b6e55895b
22 22
23 const int Model::COMPLETION_UNKNOWN = -1; 23 const int Model::COMPLETION_UNKNOWN = -1;
24 24
25 Model::~Model() 25 Model::~Model()
26 { 26 {
27 std::cerr << "Model::~Model(" << this << ")" << std::endl; 27 // std::cerr << "Model::~Model(" << this << ")" << std::endl;
28 28
29 if (!m_aboutToDelete) { 29 if (!m_aboutToDelete) {
30 std::cerr << "NOTE: Model::~Model(" << this << ", \"" 30 std::cerr << "NOTE: Model::~Model(" << this << ", \""
31 << objectName().toStdString() << "\"): Model deleted " 31 << objectName().toStdString() << "\"): Model deleted "
32 << "with no aboutToDelete notification" << std::endl; 32 << "with no aboutToDelete notification" << std::endl;