Generate the introspection string during parsing
authorKevin Ottens <kevin.ottens@kdab.com>
Fri, 30 Nov 2012 10:51:05 +0000 (11:51 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 11 Dec 2012 06:41:49 +0000 (07:41 +0100)
commit5b3e7c8dfa4856b04013ace24d19bbd104dc3bd0
treedbaf1fa3c3ecf623b99807bc18c90e57de535991
parentfac02ddc39145963646ad0f36b9e41573e49e6c5
Generate the introspection string during parsing

Commit 0696071316b3dacb8d1ca15a269e4f4215642b9d moved away from QDom but
also lost the ability to fill the introspection field of the created
QDBusIntrospection::Interface instances. This commit now generate the
string again as we proceed with the QXmlStreamReader based parsing.

Task-number: QTBUG-26668
Change-Id: I8f406e1f4e9d3e667a8557db69da36cac369ba4f
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
src/dbus/qdbusxmlparser.cpp
tests/auto/dbus/qdbusxmlparser/qdbusxmlparser.pro
tests/auto/dbus/qdbusxmlparser/tst_qdbusxmlparser.cpp