comparison rdf/SimpleSPARQLQuery.h @ 589:a03aafaacb5a

* Make SV capable of importing the signal/audiofile structure now written out by Sonic Annotator
author Chris Cannam
date Thu, 14 May 2009 14:33:40 +0000
parents 23945cdd7161
children b4a8d8221eaf
comparison
equal deleted inserted replaced
588:d04b8674b710 589:a03aafaacb5a
100 QString binding); 100 QString binding);
101 101
102 protected: 102 protected:
103 class Impl; 103 class Impl;
104 Impl *m_impl; 104 Impl *m_impl;
105
106 private:
107 SimpleSPARQLQuery(const SimpleSPARQLQuery &); // not provided
108 SimpleSPARQLQuery &operator=(const SimpleSPARQLQuery &); // not provided
105 }; 109 };
106 110
107 #endif 111 #endif