doc: Add QTouchEvent qualifier to uses of QTouchPoint
QTouchPoint is declared inside QTouchEvent, so \fn commands for functions in QTouchPoint must use QTouchEvent::QTouchPoint:: as the qualifier. Change-Id: I1dffe9f43f9f8bddbaa8fab9f77cf17802cf8b26 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>bb10
parent
abbd26f553
commit
64c0bff69a
|
|
@ -4516,7 +4516,7 @@ QTouchEvent::TouchPoint::TouchPoint(int id)
|
|||
{ }
|
||||
|
||||
/*!
|
||||
\fn TouchPoint::TouchPoint(const TouchPoint &other)
|
||||
\fn QTouchEvent::TouchPoint::TouchPoint(const QTouchEvent::TouchPoint &other)
|
||||
\internal
|
||||
|
||||
Constructs a copy of \a other.
|
||||
|
|
@ -5058,12 +5058,12 @@ void QTouchEvent::TouchPoint::setFlags(InfoFlags flags)
|
|||
}
|
||||
|
||||
/*!
|
||||
\fn TouchPoint &TouchPoint::operator=(const TouchPoint &other)
|
||||
\fn QTouchEvent::TouchPoint &QTouchEvent::TouchPoint::operator=(const QTouchEvent::TouchPoint &other)
|
||||
\internal
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn TouchPoint &TouchPoint::operator=(TouchPoint &&other)
|
||||
\fn QTouchEvent::TouchPoint &QTouchEvent::TouchPoint::operator=(QTouchEvent::TouchPoint &&other)
|
||||
\internal
|
||||
*/
|
||||
/*!
|
||||
|
|
|
|||
Loading…
Reference in New Issue