From 282da61249a7b2ba47afadb94bfcd2517ea60d9a Mon Sep 17 00:00:00 2001 From: Yann Bodson Date: Fri, 1 May 2009 14:05:52 +1000 Subject: Small fix for QXmlListModel. --- src/declarative/extra/qmlxmllistmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v0.12