summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbusintrospection.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-02-20 14:54:18 +0100
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-02-25 11:36:38 +0000
commitf5846130de5c68f761abe2ea03bbef5aac8ccb42 (patch)
treeace773e9553dac2be9ba36d174bd00d3aa8d89df /src/dbus/qdbusintrospection.cpp
parent34b14a8472f44f8517577756e033b92ebd4c5912 (diff)
Remove documentation of QDBusIntrospection::Object::introspection.
qtbase/src/dbus/qdbusintrospection.cpp:269: warning: Cannot find 'QDBusIntrospection::Object::introspection' specified with '\variable' in any header file Change-Id: I7c5d207842235752ebe38f45b7eee7f8fc00127d Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/dbus/qdbusintrospection.cpp')
-rw-r--r--src/dbus/qdbusintrospection.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/dbus/qdbusintrospection.cpp b/src/dbus/qdbusintrospection.cpp
index e7daa4afda..2190066953 100644
--- a/src/dbus/qdbusintrospection.cpp
+++ b/src/dbus/qdbusintrospection.cpp
@@ -267,14 +267,6 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \variable QDBusIntrospection::Object::introspection
- The XML document fragment describing this object, its interfaces and sub-objects at the time
- of the parsing.
-
- The result of parseObject with this XML data should be the same as the Object struct.
-*/
-
-/*!
\variable QDBusIntrospection::Object::interfaces
The list of interface names in this object.
*/