diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-05-01 04:41:38 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-05-01 04:41:38 (GMT) |
commit | f0f380181c1b042b27f6136fee2091f65040b0a6 (patch) | |
tree | 9b400e5bbbecd9da598edabf1f9bd634c7f4e4ee /src/declarative/extra | |
parent | d40df4790d6c8f6b6572c46c91ec058c86b44942 (diff) | |
parent | 282da61249a7b2ba47afadb94bfcd2517ea60d9a (diff) | |
download | Qt-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.cpp | 2 |
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); |