summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2016-10-06 07:56:44 +0200
committerPaul Lemire <paul.lemire@kdab.com>2016-10-07 10:27:07 +0000
commit1ad9ba79485977ce6e6588271f0930d875a753f1 (patch)
tree28b9482003d46b52124708c5c5a8686d1e4260e7 /src
parentd2b617128fe3f1ab41aaef48fe8e1627525239b2 (diff)
Texture: style cleanup
Change-Id: I4043f75d20c51f7118540b1305fb67f28c679012 Reviewed-by: Kevin Ottens <kevin.ottens@kdab.com>
Diffstat (limited to 'src')
-rw-r--r--src/render/texture/texture_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/texture/texture_p.h b/src/render/texture/texture_p.h
index 491ac448b..4f0f25564 100644
--- a/src/render/texture/texture_p.h
+++ b/src/render/texture/texture_p.h
@@ -82,7 +82,7 @@ public:
~Texture();
void cleanup();
- QOpenGLTexture* getOrCreateGLTexture() ;
+ QOpenGLTexture *getOrCreateGLTexture();
GLint textureId();