aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.