From ed6b6bc03945cca0a20615834f7910e4183bac1c Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Mon, 2 Jan 2017 13:06:20 +0100 Subject: [PATCH] doc: Removed a \fn command and a misplaced comment They were preventing clangqdoc from matching two qdoc comments with the functions they are meant to document. Change-Id: Idfe9d0ab328e938d66e5da75d065974329be616d Reviewed-by: Martin Smith --- src/widgets/kernel/qwidget.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/widgets/kernel/qwidget.cpp b/src/widgets/kernel/qwidget.cpp index cfa190a388..0729c7b74e 100644 --- a/src/widgets/kernel/qwidget.cpp +++ b/src/widgets/kernel/qwidget.cpp @@ -5250,8 +5250,6 @@ static void sendResizeEvents(QWidget *target) \sa render(), QPixmap */ - -/* INVOKABLE since used by QPixmap::grabWidget(). */ QPixmap QWidget::grab(const QRect &rectangle) { Q_D(QWidget); @@ -12731,7 +12729,6 @@ void QWidget::activateWindow() } /*! - \fn int QWidget::metric(PaintDeviceMetric m) const Internal implementation of the virtual QPaintDevice::metric() function.