comparison rdf/RDFExporter.cpp @ 736:31ab733841d0 dataquay

A few bugfixes in RDF import and export
author Chris Cannam
date Thu, 24 May 2012 13:25:21 +0100
parents af7b6e55895b
children fb6313da1df6
comparison
equal deleted inserted replaced
734:79c0955f559c 736:31ab733841d0
170 } 170 }
171 171
172 QString 172 QString
173 RDFExporter::getSupportedExtensions() 173 RDFExporter::getSupportedExtensions()
174 { 174 {
175 return "*.n3 *.ttl"; 175 return "*.ttl *.n3";
176 } 176 }
177 177