Mercurial > hg > svcore
comparison base/XmlExportable.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 | 7aa1de571880 |
children | 48e9f538e6e9 |
comparison
equal
deleted
inserted
replaced
685:99222d4bfc78 | 686:b4a8d8221eaf |
---|---|
15 | 15 |
16 #ifndef _XML_EXPORTABLE_H_ | 16 #ifndef _XML_EXPORTABLE_H_ |
17 #define _XML_EXPORTABLE_H_ | 17 #define _XML_EXPORTABLE_H_ |
18 | 18 |
19 #include <QString> | 19 #include <QString> |
20 | |
21 #include "Debug.h" | |
20 | 22 |
21 class QTextStream; | 23 class QTextStream; |
22 | 24 |
23 class XmlExportable | 25 class XmlExportable |
24 { | 26 { |