diff options
| author | Jani Hautakangas <[email protected]> | 2011-05-02 12:47:34 +0300 |
|---|---|---|
| committer | Olivier Goffart <[email protected]> | 2011-05-10 12:54:53 +0200 |
| commit | c0da3003df9e0a70121e10dc6fa9ae54cf13ecfe (patch) | |
| tree | 7e98207e8249f4292388a1f82cb79adb173e641d | |
| parent | 806873f9af8b8ab4d70ec8779bc780315e8aca1d (diff) | |
Fix trailing whitespaces
Reviewed-by: TRUSTME
(cherry picked from commit d4fd21f746b536eaddbdd7a07f1d717ef18278e7)
| -rw-r--r-- | src/opengl/qwindowsurface_gl.cpp | 2 | ||||
| -rw-r--r-- | src/openvg/qwindowsurface_vg.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/opengl/qwindowsurface_gl.cpp b/src/opengl/qwindowsurface_gl.cpp index a4f581b0c03..8494283feb0 100644 --- a/src/opengl/qwindowsurface_gl.cpp +++ b/src/opengl/qwindowsurface_gl.cpp @@ -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; } diff --git a/src/openvg/qwindowsurface_vg.cpp b/src/openvg/qwindowsurface_vg.cpp index 31ccc1cf2ff..dcc5d6a6d66 100644 --- a/src/openvg/qwindowsurface_vg.cpp +++ b/src/openvg/qwindowsurface_vg.cpp @@ -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; } |
