summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidgetrepaintmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/kernel/qwidgetrepaintmanager.cpp')
-rw-r--r--src/widgets/kernel/qwidgetrepaintmanager.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/widgets/kernel/qwidgetrepaintmanager.cpp b/src/widgets/kernel/qwidgetrepaintmanager.cpp
index 93464264506..30526e38b3e 100644
--- a/src/widgets/kernel/qwidgetrepaintmanager.cpp
+++ b/src/widgets/kernel/qwidgetrepaintmanager.cpp
@@ -597,6 +597,12 @@ static QPlatformTextureList *widgetTexturesFor(QWidget *tlw, QWidget *widget)
// ---------------------------------------------------------------------------
/*!
+ \class QWidgetRepaintManager
+ \inmodule QtWidgets
+ \internal
+*/
+
+/*!
Synchronizes the \a exposedRegion of the \a exposedWidget with the backing store.
If there are dirty widgets, including but not limited to the \a exposedWidget,
@@ -1202,6 +1208,12 @@ bool QWidgetRepaintManager::isDirty() const
}
/*!
+ \class QWidgetPrivate
+ \inmodule QtWidgets
+ \internal
+*/
+
+/*!
Invalidates the backing store when the widget is resized.
Static areas are never invalidated unless absolutely needed.
*/