Mercurial > hg > svcore
comparison rdf/PluginRDFDescription.h @ 686:b4a8d8221eaf debug-output
Remove most toStdString calls (no longer needed, with debug header)
author | Chris Cannam |
---|---|
date | Thu, 12 May 2011 17:31:24 +0100 |
parents | 81963c51b488 |
children | ad5f892c0c4d |
comparison
equal
deleted
inserted
replaced
685:99222d4bfc78 | 686:b4a8d8221eaf |
---|---|
17 #define _PLUGIN_RDF_DESCRIPTION_H_ | 17 #define _PLUGIN_RDF_DESCRIPTION_H_ |
18 | 18 |
19 #include <QString> | 19 #include <QString> |
20 #include <QStringList> | 20 #include <QStringList> |
21 #include <map> | 21 #include <map> |
22 | |
23 #include "base/Debug.h" | |
22 | 24 |
23 class PluginRDFDescription | 25 class PluginRDFDescription |
24 { | 26 { |
25 public: | 27 public: |
26 PluginRDFDescription() : m_haveDescription(false) { } | 28 PluginRDFDescription() : m_haveDescription(false) { } |