comparison rdf/SimpleSPARQLQuery.cpp @ 457:ef14acd6d102

* Add beginnings of capability to search plugins that are not yet installed -- lots more work to do here, though
author Chris Cannam
date Tue, 14 Oct 2008 16:36:35 +0000
parents a75edaa08d28
children 2019d89ebcf9
comparison
equal deleted inserted replaced
456:64e64e304a12 457:ef14acd6d102
119 SimpleSPARQLQuery::Impl::Impl(QString query) : 119 SimpleSPARQLQuery::Impl::Impl(QString query) :
120 m_query(query), 120 m_query(query),
121 m_reporter(0), 121 m_reporter(0),
122 m_cancelled(false) 122 m_cancelled(false)
123 { 123 {
124 std::cerr << "SimpleSPARQLQuery::Impl: Query is: \"" << query.toStdString() << "\"" << std::endl; 124 // std::cerr << "SimpleSPARQLQuery::Impl: Query is: \"" << query.toStdString() << "\"" << std::endl;
125 } 125 }
126 126
127 SimpleSPARQLQuery::Impl::~Impl() 127 SimpleSPARQLQuery::Impl::~Impl()
128 { 128 {
129 } 129 }