Mercurial > hg > svcore
diff rdf/rdf.pro @ 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 | fdf5930b7ccc |
children | ebb6ac65bccc |
line wrap: on
line diff
--- a/rdf/rdf.pro Fri Nov 28 15:45:20 2008 +0000 +++ b/rdf/rdf.pro Tue Dec 02 17:17:25 2008 +0000 @@ -15,12 +15,14 @@ # Input HEADERS += PluginRDFDescription.h \ PluginRDFIndexer.h \ + RDFExporter.h \ RDFFeatureWriter.h \ RDFImporter.h \ RDFTransformFactory.h \ SimpleSPARQLQuery.h SOURCES += PluginRDFDescription.cpp \ PluginRDFIndexer.cpp \ + RDFExporter.cpp \ RDFFeatureWriter.cpp \ RDFImporter.cpp \ RDFTransformFactory.cpp \