comparison 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
comparison
equal deleted inserted replaced
519:21f86744d38e 520:e340b2fb9471
62 62
63 bool pullFile(QString path); 63 bool pullFile(QString path);
64 bool pullURL(QString urlString); 64 bool pullURL(QString urlString);
65 bool reindex(); 65 bool reindex();
66 66
67 static void loadPrefixes();
68 static bool m_prefixesLoaded;
67 static PluginRDFIndexer *m_instance; 69 static PluginRDFIndexer *m_instance;
68 }; 70 };
69 71
70 #endif 72 #endif
71 73