diff options
author | Martin Smith <msmith@trolltech.com> | 2009-09-16 10:41:15 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-09-16 10:42:27 (GMT) |
commit | 37691f1c41bbe82305c5ab9fb7a861c24beb0359 (patch) | |
tree | e0562e813aacf941ca06b03c5d6f722039052069 /src | |
parent | ccaabe9ed3f85ddfeda8993efb5c386987bac35d (diff) | |
download | Qt-37691f1c41bbe82305c5ab9fb7a861c24beb0359.zip Qt-37691f1c41bbe82305c5ab9fb7a861c24beb0359.tar.gz Qt-37691f1c41bbe82305c5ab9fb7a861c24beb0359.tar.bz2 |
doc: Fixed some qdoc errors.
Diffstat (limited to 'src')
-rw-r--r-- | src/corelib/global/qnamespace.qdoc | 4 | ||||
-rw-r--r-- | src/corelib/tools/qmargins.cpp | 3 | ||||
-rw-r--r-- | src/gui/kernel/qapplication.cpp | 2 | ||||
-rw-r--r-- | src/gui/painting/qdrawutil.cpp | 3 |
4 files changed, 5 insertions, 7 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc index 314dfb2..fafbec5 100644 --- a/src/corelib/global/qnamespace.qdoc +++ b/src/corelib/global/qnamespace.qdoc @@ -2804,6 +2804,6 @@ \note: in 4.6, cursor navigation is only implemented for Symbian OS. On other platforms, it behaves as NavigationModeNone. - \sa QApplication::setNavigationMode - \sa QApplication::navigationMode + \sa QApplication::setNavigationMode() + \sa QApplication::navigationMode() */ diff --git a/src/corelib/tools/qmargins.cpp b/src/corelib/tools/qmargins.cpp index 72fbd61..b5e5ebd 100644 --- a/src/corelib/tools/qmargins.cpp +++ b/src/corelib/tools/qmargins.cpp @@ -58,9 +58,6 @@ QT_BEGIN_NAMESPACE The isNull() function returns true only if all margins are set to zero. QMargin objects can be streamed as well as compared. - - \sa qDrawBorderPixmap() - */ diff --git a/src/gui/kernel/qapplication.cpp b/src/gui/kernel/qapplication.cpp index 1fd2d39..0ff7314 100644 --- a/src/gui/kernel/qapplication.cpp +++ b/src/gui/kernel/qapplication.cpp @@ -4773,7 +4773,7 @@ void QApplicationPrivate::emitLastWindowClosed() #ifdef QT_KEYPAD_NAVIGATION /*! - Sets what kind of focus navigation Qt should use. + Sets the kind of focus navigation Qt should use to \a mode. This feature is available in Qt for Embedded Linux, Symbian and Windows CE only. diff --git a/src/gui/painting/qdrawutil.cpp b/src/gui/painting/qdrawutil.cpp index c4a9373..0a82a9f 100644 --- a/src/gui/painting/qdrawutil.cpp +++ b/src/gui/painting/qdrawutil.cpp @@ -1066,8 +1066,9 @@ void qDrawItem(QPainter *p, Qt::GUIStyle gs, /*! \fn void qDrawBorderPixmap(QPainter *painter, const QRect &target, const QMargins &margins, const QPixmap &pixmap) - \since 4.6 \relates <qdrawutil.h> + \since 4.6 + \overload Draws the given \a pixmap into the given \a target rectangle, using the given \a painter. The pixmap will be split into nine segments and drawn |