From 64c0bff69a75f57f1a52102a338d667858ca125c Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Wed, 10 Jan 2018 13:31:31 +0100 Subject: doc: Add QTouchEvent qualifier to uses of QTouchPoint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ƶ --- src/gui/kernel/qevent.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui') diff --git a/src/gui/kernel/qevent.cpp b/src/gui/kernel/qevent.cpp index e2a7297ca6..be8ce1a011 100644 --- a/src/gui/kernel/qevent.cpp +++ b/src/gui/kernel/qevent.cpp @@ -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 */ /*! -- cgit v1.2.3