Mercurial > hg > svcore
diff rdf/PluginRDFDescription.h @ 468:70b333085952
* complete switching the code to use CachedFile -- now to tidy & fix the
remaining flaws...
author | Chris Cannam |
---|---|
date | Mon, 27 Oct 2008 20:29:55 +0000 |
parents | 957e6a5c8495 |
children | 0dc158c1a6c9 |
line wrap: on
line diff
--- a/rdf/PluginRDFDescription.h Mon Oct 27 18:15:20 2008 +0000 +++ b/rdf/PluginRDFDescription.h Mon Oct 27 20:29:55 2008 +0000 @@ -20,7 +20,7 @@ #include <QStringList> #include <map> -class FileSource; +//!!!class FileSource; class PluginRDFDescription { @@ -56,7 +56,7 @@ typedef std::map<QString, OutputDisposition> OutputDispositionMap; typedef std::map<QString, QString> OutputStringMap; - FileSource *m_source; +//!!! FileSource *m_source; QString m_pluginId; bool m_haveDescription; QString m_pluginName;