From 4dab6184f5f885bac21eef9e17a87219e64ba7dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Fri, 16 Aug 2019 17:11:41 +0200 Subject: [PATCH] widgets: Remove stale documentation of QWidgetRepaintManager::flush Change-Id: I5c4df4a8694bc56014beaec34a81219d91332fec Reviewed-by: Paul Olav Tvete --- src/widgets/kernel/qwidgetrepaintmanager.cpp | 1 - 1 file changed, 1 deletion(-) 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) {