From a4848142b4b53dc541cc3851055761bdb7f50986 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Wed, 22 Apr 2015 13:34:38 +0200 Subject: Doc: added doc for non-documented functions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-36985 Change-Id: I85f58c2877d83b98bf3427cbb0f567575803524f Reviewed-by: Venugopal Shivashankar Reviewed-by: Topi Reiniƶ --- src/gui/accessible/qaccessible.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/gui/accessible/qaccessible.cpp') diff --git a/src/gui/accessible/qaccessible.cpp b/src/gui/accessible/qaccessible.cpp index cc9d789c6a..5b6bae7cab 100644 --- a/src/gui/accessible/qaccessible.cpp +++ b/src/gui/accessible/qaccessible.cpp @@ -1409,6 +1409,12 @@ QAccessible::Id QAccessibleEvent::uniqueId() const Constructs a new QAccessibleStateChangeEvent for \a object. The difference to the object's previous state is in \a state. */ +/*! + \fn QAccessibleStateChangeEvent::QAccessibleStateChangeEvent(QAccessibleInterface *iface, QAccessible::State state) + Constructs a new QAccessibleStateChangeEvent. + \a iface is the interface associated with the event + \a state is the state of the accessible object. +*/ /*! \fn QAccessible::State QAccessibleStateChangeEvent::changedStates() const \brief Returns the states that have been changed. -- cgit v1.2.3