summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeomapscene.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeomapscene.cpp')
-rw-r--r--src/location/maps/qgeomapscene.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/location/maps/qgeomapscene.cpp b/src/location/maps/qgeomapscene.cpp
index 665ed789..bb69c814 100644
--- a/src/location/maps/qgeomapscene.cpp
+++ b/src/location/maps/qgeomapscene.cpp
@@ -64,7 +64,8 @@
QT_BEGIN_NAMESPACE
-class QGeoMapScenePrivate {
+class QGeoMapScenePrivate
+{
public:
explicit QGeoMapScenePrivate(QGeoMapScene *scene);
~QGeoMapScenePrivate();
@@ -721,7 +722,7 @@ void QGeoMapScenePrivate::paintGL(QGLPainter *painter)
// do any pending upload/releases
while (!newUploads_.isEmpty()) {
- if (!newUploads_.front()->textureBound){
+ if (!newUploads_.front()->textureBound) {
newUploads_.front()->texture->bind();
newUploads_.front()->texture->clearImage();
newUploads_.front()->textureBound = true;