diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-08-27 23:22:36 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-08-27 23:22:36 (GMT) |
commit | d4973f096ebbaada144ea1d6d0c44c5274d5279c (patch) | |
tree | aee58998d61fe69585809bc51af34903d9c7441f /src/opengl/qgl.h | |
parent | c723aeefe56ddcc2d661474f54a63dcdd5c0d6b2 (diff) | |
download | Qt-d4973f096ebbaada144ea1d6d0c44c5274d5279c.zip Qt-d4973f096ebbaada144ea1d6d0c44c5274d5279c.tar.gz Qt-d4973f096ebbaada144ea1d6d0c44c5274d5279c.tar.bz2 |
Remove extraneous semi-colons
Reviewed-by: trustme
Diffstat (limited to 'src/opengl/qgl.h')
-rw-r--r-- | src/opengl/qgl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/qgl.h b/src/opengl/qgl.h index a928d64..13ad668 100644 --- a/src/opengl/qgl.h +++ b/src/opengl/qgl.h @@ -300,7 +300,7 @@ public: DefaultBindOption = LinearFilteringBindOption | InvertedYBindOption | MipmapBindOption, InternalBindOption = MemoryManagedBindOption | PremultipliedAlphaBindOption }; - Q_DECLARE_FLAGS(BindOptions, BindOption); + Q_DECLARE_FLAGS(BindOptions, BindOption) GLuint bindTexture(const QImage &image, GLenum target, GLint format, BindOptions options); |