Fix trailing whitespaces
Reviewed-by: TRUSTME (cherry picked from commit d4fd21f746b536eaddbdd7a07f1d717ef18278e7)bb10
parent
806873f9af
commit
c0da3003df
|
|
@ -614,7 +614,7 @@ void QGLWindowSurface::flush(QWidget *widget, const QRegion &rgn, const QPoint &
|
|||
if (window() != widget) {
|
||||
// For performance reasons we don't support
|
||||
// flushing native child widgets on Symbian.
|
||||
// It breaks overlapping native child widget
|
||||
// It breaks overlapping native child widget
|
||||
// rendering in some cases but we prefer performance.
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ void QVGWindowSurface::flush(QWidget *widget, const QRegion ®ion, const QPoin
|
|||
if (window() != widget) {
|
||||
// For performance reasons we don't support
|
||||
// flushing native child widgets on Symbian.
|
||||
// It breaks overlapping native child widget
|
||||
// It breaks overlapping native child widget
|
||||
// rendering in some cases but we prefer performance.
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue