Skip to content

Commit

Permalink
doc: Add QTouchEvent qualifier to uses of QTouchPoint
Browse files Browse the repository at this point in the history
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ö <[email protected]>
  • Loading branch information
Martin Smith committed Jan 12, 2018
1 parent abbd26f commit 64c0bff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/gui/kernel/qevent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
*/
/*!
Expand Down

0 comments on commit 64c0bff

Please sign in to comment.