comparison rdf/RDFImporter.cpp @ 500:83eae5239db6

* Permit viewing (though not editing) colour 3d plot layer data in the spreadsheet data viewer dialog * Add somewhat simplistic RDF export for layers * Fix display of peak frequencies in spectrum layer * Fix (I hope) sizing of plugin parameter dialog
author Chris Cannam
date Tue, 02 Dec 2008 17:17:25 +0000
parents b71116d3c180
children 1b8c748fd7ea
comparison
equal deleted inserted replaced
499:b71116d3c180 500:83eae5239db6
561 ).arg(m_uristring); 561 ).arg(m_uristring);
562 562
563 SimpleSPARQLQuery query(s, queryString); 563 SimpleSPARQLQuery query(s, queryString);
564 query.setProgressReporter(reporter); 564 query.setProgressReporter(reporter);
565 565
566 cerr << "Query will be: " << queryString.toStdString() << endl; 566 // cerr << "Query will be: " << queryString.toStdString() << endl;
567 567
568 SimpleSPARQLQuery::ResultList results = query.execute(); 568 SimpleSPARQLQuery::ResultList results = query.execute();
569 569
570 if (!query.isOK()) { 570 if (!query.isOK()) {
571 m_errorString = query.getErrorString(); 571 m_errorString = query.getErrorString();