
Untitled
By: a guest on
Mar 26th, 2010 | syntax:
None | size: 0.48 KB | hits: 112 | expires: Never
Index: cpptoxml/parser/declarator_compiler.cpp
===================================================================
--- cpptoxml/parser/declarator_compiler.cpp (revision 1107607)
+++ cpptoxml/parser/declarator_compiler.cpp (working copy)
@@ -141,7 +141,7 @@
for (int i=0; i<list.size(); ++i) {
- if (!list.at(i).startsWith("#"))
+ if (!list.at(i).startsWith(QLatin1String("#")))
p.defaultValueExpression += list.at(i).trimmed();
}