summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2019-08-16 17:11:41 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2019-08-20 21:09:15 +0200
commit4dab6184f5f885bac21eef9e17a87219e64ba7dc (patch)
treec5205fdaa576b7e477db64f60d75ce97ec517453
parent5085f8e2115d105fe5c1e76c648c36cc1a80bdab (diff)
widgets: Remove stale documentation of QWidgetRepaintManager::flush
Change-Id: I5c4df4a8694bc56014beaec34a81219d91332fec Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
-rw-r--r--src/widgets/kernel/qwidgetrepaintmanager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widgets/kernel/qwidgetrepaintmanager.cpp b/src/widgets/kernel/qwidgetrepaintmanager.cpp
index 9d6e6b9c92..3389d36bd9 100644
--- a/src/widgets/kernel/qwidgetrepaintmanager.cpp
+++ b/src/widgets/kernel/qwidgetrepaintmanager.cpp
@@ -1341,7 +1341,6 @@ void QWidgetRepaintManager::doSync()
/*!
Flushes the contents of the backing store into the top-level widget.
If the \a widget is non-zero, the content is flushed to the \a widget.
- If the \a surface is non-zero, the content of the \a surface is flushed.
*/
void QWidgetRepaintManager::flush(QWidget *widget)
{