comparison rdf/RDFImporter.cpp @ 448:2fb0061c5d23

nothing much!
author Chris Cannam
date Fri, 03 Oct 2008 15:43:15 +0000
parents 5746c559af15
children a75edaa08d28
comparison
equal deleted inserted replaced
447:804601e50fd5 448:2fb0061c5d23
434 434
435 for (int i = 0; i < results.size(); ++i) { 435 for (int i = 0; i < results.size(); ++i) {
436 436
437 QString source = results[i]["signal_source"].value; 437 QString source = results[i]["signal_source"].value;
438 438
439 RealTime time;
439 QString timestring = results[i]["time"].value; 440 QString timestring = results[i]["time"].value;
440 RealTime time;
441 time = RealTime::fromXsdDuration(timestring.toStdString()); 441 time = RealTime::fromXsdDuration(timestring.toStdString());
442 cerr << "time = " << time.toString() << " (from xsd:duration \"" 442 cerr << "time = " << time.toString() << " (from xsd:duration \""
443 << timestring.toStdString() << "\")" << endl; 443 << timestring.toStdString() << "\")" << endl;
444 444
445 QString type = results[i]["event_type"].value; 445 QString type = results[i]["event_type"].value;