widgets: Remove stale documentation of QWidgetRepaintManager::flush

Change-Id: I5c4df4a8694bc56014beaec34a81219d91332fec
Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
This commit is contained in:
Tor Arne Vestbø 2019-08-16 17:11:41 +02:00
parent 5085f8e211
commit 4dab6184f5

View File

@ -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)
{