Make the QDBusVirtualObject docs public.

Better docs to come in a later commit.

Change-Id: Iba538585e97aac779d226ef966a1a08c186c4c93
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
This commit is contained in:
Thiago Macieira 2013-03-11 18:11:12 -07:00 committed by The Qt Project
parent 6c48b9ad87
commit 583e9ef790

View File

@ -58,16 +58,14 @@ QT_END_NAMESPACE
/*! /*!
\internal
\class QDBusVirtualObject \class QDBusVirtualObject
\inmodule QtDBus \inmodule QtDBus
\since 4.8 \since 5.1
\brief The QDBusVirtualObject class is used to handle several DBus paths with one class. \brief The QDBusVirtualObject class is used to handle several DBus paths with one class.
*/ */
/*! /*!
\internal
\fn bool QDBusVirtualObject::handleMessage(const QDBusMessage &message, const QDBusConnection &connection) = 0 \fn bool QDBusVirtualObject::handleMessage(const QDBusMessage &message, const QDBusConnection &connection) = 0
This function needs to handle all messages to the path of the This function needs to handle all messages to the path of the
@ -78,7 +76,6 @@ QT_END_NAMESPACE
/*! /*!
\internal
\fn QString QDBusVirtualObject::introspect(const QString &path) const \fn QString QDBusVirtualObject::introspect(const QString &path) const
This function needs to handle the introspection of the This function needs to handle the introspection of the