Mercurial > hg > svcore
diff rdf/PluginRDFIndexer.h @ 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 | 64e64e304a12 |
children | 2019d89ebcf9 |
line wrap: on
line diff
--- a/rdf/PluginRDFIndexer.h Mon Oct 13 13:53:05 2008 +0000 +++ b/rdf/PluginRDFIndexer.h Tue Oct 14 16:36:35 2008 +0000 @@ -41,12 +41,12 @@ protected: PluginRDFIndexer(); + std::set<FileSource *> m_sources; typedef std::map<QString, QString> StringMap; StringMap m_uriToIdMap; StringMap m_idToUriMap; StringMap m_idToDescriptionMap; bool indexFile(QString path); - std::set<FileSource *> m_cache; static PluginRDFIndexer *m_instance; };