diff options
author | Martin Smith <msmith@trolltech.com> | 2009-06-12 10:20:55 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-06-12 10:22:51 (GMT) |
commit | 9bbd0bed3afc44ece34119a9c563726b0e6298a8 (patch) | |
tree | 903dc7fdd1f5249d8739164c98d2254bf7b58921 /src/gui/kernel/qwidget.cpp | |
parent | 814667587e6ab9dda754647f08fec969ed8434aa (diff) | |
download | Qt-9bbd0bed3afc44ece34119a9c563726b0e6298a8.zip Qt-9bbd0bed3afc44ece34119a9c563726b0e6298a8.tar.gz Qt-9bbd0bed3afc44ece34119a9c563726b0e6298a8.tar.bz2 |
doc: Fixed several qdoc warnings.
Diffstat (limited to 'src/gui/kernel/qwidget.cpp')
-rw-r--r-- | src/gui/kernel/qwidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qwidget.cpp b/src/gui/kernel/qwidget.cpp index 7b0bf1e..d5fdd93 100644 --- a/src/gui/kernel/qwidget.cpp +++ b/src/gui/kernel/qwidget.cpp @@ -5857,7 +5857,7 @@ QWidget *QWidget::focusWidget() const /*! Returns the next widget in this widget's focus chain. - \sa previousInFocusChain + \sa previousInFocusChain() */ QWidget *QWidget::nextInFocusChain() const { @@ -5867,7 +5867,7 @@ QWidget *QWidget::nextInFocusChain() const /*! Returns the previous widget in this widget's focus chain. - \sa nextInFocusChain + \sa nextInFocusChain() \since 4.6 */ |