From 1881f0fe499e35f0ff2370b245998a4ac361987a Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Mon, 18 Jun 2018 16:26:12 +0200 Subject: Doc: Add trailing dot in QDoc examples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-68933 Change-Id: I7fecb2970cbf47bbc7eca8b5ecf817773cd7fd67 Reviewed-by: Topi Reiniƶ --- src/qdoc/doc/qdoc-manual-markupcmds.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qdoc/doc/qdoc-manual-markupcmds.qdoc b/src/qdoc/doc/qdoc-manual-markupcmds.qdoc index 618e5cc54..968445d86 100644 --- a/src/qdoc/doc/qdoc-manual-markupcmds.qdoc +++ b/src/qdoc/doc/qdoc-manual-markupcmds.qdoc @@ -2999,7 +2999,7 @@ \code / *! \property QWidget::isActiveWindow - \brief Whether this widget's window is the active window + \brief Whether this widget's window is the active window. The active window is the window that contains the widget that has keyboard focus. @@ -3017,7 +3017,7 @@ / *! \property QWidget::geometry \brief The geometry of the widget relative to its parent and - excluding the window frame + excluding the window frame. When changing the geometry, the widget, if visible, receives a move event (moveEvent()) and/or a resize -- cgit v1.2.1