summaryrefslogtreecommitdiffstats
path: root/src/opengl
diff options
context:
space:
mode:
authorJani Hautakangas <jani.hautakangas@nokia.com>2011-05-02 09:47:34 (GMT)
committerJani Hautakangas <jani.hautakangas@nokia.com>2011-05-02 09:47:34 (GMT)
commitd4fd21f746b536eaddbdd7a07f1d717ef18278e7 (patch)
tree578de4affba73a273c6a0b6f43c364569a9229e0 /src/opengl
parent6a92de7c89764848f7a85b1aa412a07bedc72b1a (diff)
downloadQt-d4fd21f746b536eaddbdd7a07f1d717ef18278e7.zip
Qt-d4fd21f746b536eaddbdd7a07f1d717ef18278e7.tar.gz
Qt-d4fd21f746b536eaddbdd7a07f1d717ef18278e7.tar.bz2
Fix trailing whitespaces
Reviewed-by: TRUSTME
Diffstat (limited to 'src/opengl')
-rw-r--r--src/opengl/qwindowsurface_gl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/qwindowsurface_gl.cpp b/src/opengl/qwindowsurface_gl.cpp
index c6cb214..7c41bb9 100644
--- a/src/opengl/qwindowsurface_gl.cpp
+++ b/src/opengl/qwindowsurface_gl.cpp
@@ -608,7 +608,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;
}