From ad97aba452ed7d3dbd3c9d437c59c14b2ae0661b Mon Sep 17 00:00:00 2001 From: Marius Storm-Olsen Date: Thu, 10 May 2012 13:10:23 +0200 Subject: Doc: Fix \sa usage Ensure comma between elements (757 missing), single space and curly- braces around title elements, etc. Change-Id: Id16c3fda7fc47a12a0682f8720214f4990609a97 Reviewed-by: Giuseppe D'Angelo Reviewed-by: Casper van Donderen --- src/widgets/graphicsview/qgraphicswidget.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/widgets/graphicsview/qgraphicswidget.cpp') diff --git a/src/widgets/graphicsview/qgraphicswidget.cpp b/src/widgets/graphicsview/qgraphicswidget.cpp index 267d70104d..cf55827854 100644 --- a/src/widgets/graphicsview/qgraphicswidget.cpp +++ b/src/widgets/graphicsview/qgraphicswidget.cpp @@ -1890,7 +1890,7 @@ QGraphicsWidget *QGraphicsWidget::focusWidget() const key sequence, so are much easier to use than this low-level function. - \sa releaseShortcut() setShortcutEnabled() QWidget::grabShortcut() + \sa releaseShortcut(), setShortcutEnabled(), QWidget::grabShortcut() */ int QGraphicsWidget::grabShortcut(const QKeySequence &sequence, Qt::ShortcutContext context) { @@ -1916,7 +1916,7 @@ int QGraphicsWidget::grabShortcut(const QKeySequence &sequence, Qt::ShortcutCont this low-level function. Note also that this is an expensive operation. - \sa grabShortcut() setShortcutEnabled() , QWidget::releaseShortcut() + \sa grabShortcut(), setShortcutEnabled(), QWidget::releaseShortcut() */ void QGraphicsWidget::releaseShortcut(int id) { @@ -1937,7 +1937,7 @@ void QGraphicsWidget::releaseShortcut(int id) to use QAction or QShortcut to handle shortcuts, since they are easier to use than this low-level function. - \sa grabShortcut() releaseShortcut(), QWidget::setShortcutEnabled() + \sa grabShortcut(), releaseShortcut(), QWidget::setShortcutEnabled() */ void QGraphicsWidget::setShortcutEnabled(int id, bool enabled) { @@ -1952,7 +1952,7 @@ void QGraphicsWidget::setShortcutEnabled(int id, bool enabled) If \a enabled is true, auto repeat of the shortcut with the given \a id is enabled; otherwise it is disabled. - \sa grabShortcut() releaseShortcut() QWidget::setShortcutAutoRepeat() + \sa grabShortcut(), releaseShortcut(), QWidget::setShortcutAutoRepeat() */ void QGraphicsWidget::setShortcutAutoRepeat(int id, bool enabled) { -- cgit v1.2.3