changeset 448:2fb0061c5d23

nothing much!
author Chris Cannam
date Fri, 03 Oct 2008 15:43:15 +0000
parents 804601e50fd5
children a75edaa08d28
files rdf/RDFImporter.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rdf/RDFImporter.cpp	Mon Sep 29 16:31:49 2008 +0000
+++ b/rdf/RDFImporter.cpp	Fri Oct 03 15:43:15 2008 +0000
@@ -436,8 +436,8 @@
 
         QString source = results[i]["signal_source"].value;
 
+        RealTime time;
         QString timestring = results[i]["time"].value;
-        RealTime time;
         time = RealTime::fromXsdDuration(timestring.toStdString());
         cerr << "time = " << time.toString() << " (from xsd:duration \""
              << timestring.toStdString() << "\")" << endl;