diff rdf/PluginRDFIndexer.h @ 520:e340b2fb9471

* Make FileSource able to indicate its preferred content type (e.g. application/rdf+xml in preference to text/html for rdf content) * Temp directory on Windows -- make $HOME expand to homedrive+homepath instead of user profile location (which may be networked)
author Chris Cannam
date Thu, 11 Dec 2008 15:18:10 +0000
parents 82ab61fa9223
children c789deb83bd4
line wrap: on
line diff
--- a/rdf/PluginRDFIndexer.h	Thu Dec 11 12:37:16 2008 +0000
+++ b/rdf/PluginRDFIndexer.h	Thu Dec 11 15:18:10 2008 +0000
@@ -64,6 +64,8 @@
     bool pullURL(QString urlString);
     bool reindex();
 
+    static void loadPrefixes();
+    static bool m_prefixesLoaded;
     static PluginRDFIndexer *m_instance;
 };