doc: Add missing class qualifier to \fn for constructor
A class qualifier was missing in a \fn command. Change-Id: I0bb34912c0b33a3c615a6e9aef68e7e0cd28d037 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
parent
64c0bff69a
commit
0b637760a5
@ -1578,7 +1578,7 @@ QAccessibleTextCursorEvent::~QAccessibleTextCursorEvent()
|
|||||||
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn QAccessibleTextCursorEvent(QAccessibleInterface *iface, int cursorPos)
|
\fn QAccessibleTextCursorEvent::QAccessibleTextCursorEvent(QAccessibleInterface *iface, int cursorPos)
|
||||||
|
|
||||||
Create a new QAccessibleTextCursorEvent for \a iface,
|
Create a new QAccessibleTextCursorEvent for \a iface,
|
||||||
The \a cursorPos is the new cursor position.
|
The \a cursorPos is the new cursor position.
|
||||||
|
Loading…
Reference in New Issue
Block a user