diff rdf/RDFImporter.h @ 499:b71116d3c180

* Much more sensible pane layouts, etc., when loading RDF; also offer choice of adding to current session or starting new session if RDF references audio (needs some refinement)
author Chris Cannam
date Fri, 28 Nov 2008 15:45:20 +0000
parents c3fb8258e34d
children a1cd5abcb38b
line wrap: on
line diff
--- a/rdf/RDFImporter.h	Fri Nov 28 13:47:11 2008 +0000
+++ b/rdf/RDFImporter.h	Fri Nov 28 15:45:20 2008 +0000
@@ -45,15 +45,14 @@
     bool isOK();
     QString getErrorString() const;
 
-    QString getAudioAvailableUrl() const;
-
     std::vector<Model *> getDataModels(ProgressReporter *reporter);
 
     enum RDFDocumentType {
         AudioRefAndAnnotations,
         Annotations,
         AudioRef,
-        OtherDocument
+        OtherRDFDocument,
+        NotRDF
     };
 
     static RDFDocumentType identifyDocumentType(QString url);