Doc: Move documentation for QAI::selectionInterface to source file
qdoc doesn't allow documentation in headers. Change-Id: I25686572aa15395bb3eb94dd637e4674e7310afe Reviewed-by: Michael Weghorn <m.weghorn@posteo.de> Reviewed-by: Marc Mutz <marc.mutz@qt.io> (cherry picked from commit 0d596bf53d4728c2c6faf0dd0560e210faabbf01) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
facf9f9a34
commit
61f7b89e6f
@ -1273,6 +1273,11 @@ QColor QAccessibleInterface::backgroundColor() const
|
||||
\internal
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn QAccessibleSelectionInterface *QAccessibleInterface::selectionInterface()
|
||||
\since 6.5
|
||||
*/
|
||||
|
||||
/*!
|
||||
\class QAccessibleEvent
|
||||
\ingroup accessibility
|
||||
|
@ -103,9 +103,6 @@ public:
|
||||
inline QAccessibleHyperlinkInterface *hyperlinkInterface()
|
||||
{ return reinterpret_cast<QAccessibleHyperlinkInterface *>(interface_cast(QAccessible::HyperlinkInterface)); }
|
||||
|
||||
/*!
|
||||
\since 6.5
|
||||
*/
|
||||
inline QAccessibleSelectionInterface *selectionInterface()
|
||||
{ return reinterpret_cast<QAccessibleSelectionInterface *>(interface_cast(QAccessible::SelectionInterface)); }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user