summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@qt.io>2017-01-02 13:06:20 +0100
committerMartin Smith <martin.smith@qt.io>2017-01-05 18:46:06 +0000
commited6b6bc03945cca0a20615834f7910e4183bac1c (patch)
tree41c8633585e6bbf9ea3b752f2ad558f3a4e224fd
parentc64ad695fae9e29c6e3760f44519ccbc752387fe (diff)
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 <martin.smith@qt.io>
-rw-r--r--src/widgets/kernel/qwidget.cpp3
1 files changed, 0 insertions, 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.