summaryrefslogtreecommitdiffstats
path: root/src/declarative/extra
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-05-01 04:41:38 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-05-01 04:41:38 (GMT)
commitf0f380181c1b042b27f6136fee2091f65040b0a6 (patch)
tree9b400e5bbbecd9da598edabf1f9bd634c7f4e4ee /src/declarative/extra
parentd40df4790d6c8f6b6572c46c91ec058c86b44942 (diff)
parent282da61249a7b2ba47afadb94bfcd2517ea60d9a (diff)
downloadQt-f0f380181c1b042b27f6136fee2091f65040b0a6.zip
Qt-f0f380181c1b042b27f6136fee2091f65040b0a6.tar.gz
Qt-f0f380181c1b042b27f6136fee2091f65040b0a6.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative/extra')
-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("&gt;"), QLatin1String(">"));
s.replace(QLatin1String("&amp;"), QLatin1String("&"));
}
- resultList << s;
+ resultList << s.trimmed();
//qDebug() << s;
}
b.seek(0);