Fix trailing whitespaces

Reviewed-by: TRUSTME
(cherry picked from commit d4fd21f746b536eaddbdd7a07f1d717ef18278e7)
This commit is contained in:
Jani Hautakangas 2011-05-02 12:47:34 +03:00 committed by Olivier Goffart
parent 806873f9af
commit c0da3003df
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -83,7 +83,7 @@ void QVGWindowSurface::flush(QWidget *widget, const QRegion &region, 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;
}