mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-07 02:48:19 +02:00
* qt/qdbusinternalfilters.cpp: Don't show the parent's
contents (r528208)
This commit is contained in:
parent
4cc926f413
commit
788a8967a1
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2006-04-13 Thiago Macieira <thiago.macieira@trolltech.com
|
||||
|
||||
* qt/qdbusinternalfilters.cpp: Don't show the parent's
|
||||
contents (r528208)
|
||||
|
||||
2006-04-10 Thiago Macieira <thiago.macieira@trolltech.com
|
||||
|
||||
* qt/Makefile.am: fix the dependency for
|
||||
|
|
|
|||
|
|
@ -237,7 +237,7 @@ void qDBusIntrospectObject(const QDBusConnectionPrivate::ObjectTreeNode *node,
|
|||
if (node->flags & QDBusConnection::ExportContents) {
|
||||
const QMetaObject *mo = node->obj->metaObject();
|
||||
for ( ; mo != &QObject::staticMetaObject; mo = mo->superClass())
|
||||
xml_data += generateMetaObjectXml(QString(), mo, &QObject::staticMetaObject,
|
||||
xml_data += generateMetaObjectXml(QString(), mo, mo->superClass(),
|
||||
node->flags);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue