diff 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
line wrap: on
line diff
--- a/rdf/RDFExporter.cpp	Wed May 23 17:14:57 2012 +0100
+++ b/rdf/RDFExporter.cpp	Thu May 24 13:25:21 2012 +0100
@@ -172,6 +172,6 @@
 QString
 RDFExporter::getSupportedExtensions()
 {
-    return "*.n3 *.ttl";
+    return "*.ttl *.n3";
 }