summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/declarative/extra/qmlxmllistmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/extra/qmlxmllistmodel.cpp b/src/declarative/extra/qmlxmllistmodel.cpp
index 6b8f285..badc6fb 100644
--- a/src/declarative/extra/qmlxmllistmodel.cpp
+++ b/src/declarative/extra/qmlxmllistmodel.cpp
@@ -346,7 +346,7 @@ void QmlXmlListModel::doSubquery(int index) const
s.replace(QLatin1String(">"), QLatin1String(">"));
s.replace(QLatin1String("&"), QLatin1String("&"));
}
- resultList << s;
+ resultList << s.trimmed();
//qDebug() << s;
}
b.seek(0);