aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-08-29 12:53:55 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-29 13:54:52 +0200
commitdc1f3b1c272b9a98edde97e34b2e92d8d8993f57 (patch)
treeb36eead484e0c558885e8de3b901990303a2b8aa /src
parent71e4e00c64b059814d2c41b46018fda645dd0a51 (diff)
Fix qdoc warnings
Change-Id: I64bf0be28d6144e40a191af70cb8b6d1d71773ee Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/winextras/qwinfunctions.cpp6
-rw-r--r--src/winextras/qwinjumplist.cpp4
2 files changed, 5 insertions, 5 deletions
diff --git a/src/winextras/qwinfunctions.cpp b/src/winextras/qwinfunctions.cpp
index a91fa93..ce1437e 100644
--- a/src/winextras/qwinfunctions.cpp
+++ b/src/winextras/qwinfunctions.cpp
@@ -1450,7 +1450,7 @@ QColor QtWinExtras::colorizationColor(bool *opaqueBlend)
alpha-blended color which often turns out a semitransparent gray rather
than something similar to what is chosen by the user.
- \sa QtWinExtras::colorizationColor()
+ \sa colorizationColor()
*/
QColor QtWinExtras::realColorizationColor()
{
@@ -1642,7 +1642,7 @@ void qt_ExtendFrameIntoClientArea(QWindow *window, int left, int top, int right,
\note If \a window is a QWidget handle, set the
Qt::WA_NoSystemBackground attribute for your widget.
- \sa QtWinExtras::resetExtendedFrame()
+ \sa resetExtendedFrame()
*/
void QtWinExtras::extendFrameIntoClientArea(QWindow *window, int left, int top, int right, int bottom)
{
@@ -1687,7 +1687,7 @@ void QtWinExtras::extendFrameIntoClientArea(QWindow *window, const QMargins &mar
\note You must unset the Qt::WA_NoSystemBackground attribute for
extendFrameIntoClientArea() to work.
- \sa QtWinExtras::extendFrameIntoClientArea()
+ \sa extendFrameIntoClientArea()
*/
void QtWinExtras::resetExtendedFrame(QWindow *window)
{
diff --git a/src/winextras/qwinjumplist.cpp b/src/winextras/qwinjumplist.cpp
index 14e41c9..f9c9037 100644
--- a/src/winextras/qwinjumplist.cpp
+++ b/src/winextras/qwinjumplist.cpp
@@ -533,7 +533,7 @@ int QWinJumpList::capacity() const
}
/*!
- \property QWinJumpList::isRecentCategoryShown
+ \property QWinJumpList::recentCategoryShown
\brief whether to show the known Recent category
The default value of this property is false.
@@ -552,7 +552,7 @@ bool QWinJumpList::isRecentCategoryShown() const
}
/*!
- \property QWinJumpList::isFrequentCategoryShown
+ \property QWinJumpList::frequentCategoryShown
\brief whether to show the known Frequent category
The default value of this property is false.