summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-09-07 17:32:22 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2009-09-07 17:32:39 (GMT)
commit4680ca9955aa7e38c4279b62f350971298279863 (patch)
tree3497cb25bdaaadb0a336f8846615ad3bcfa72a3b /src
parent3d038b2990da8cda7da2bca752eb0851b3cfe1a5 (diff)
downloadQt-4680ca9955aa7e38c4279b62f350971298279863.zip
Qt-4680ca9955aa7e38c4279b62f350971298279863.tar.gz
Qt-4680ca9955aa7e38c4279b62f350971298279863.tar.bz2
Remove extra invalid semi-colon
Reviewed-By: Trust Me
Diffstat (limited to 'src')
-rw-r--r--src/opengl/qgl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/qgl.h b/src/opengl/qgl.h
index 0d72469..daac760 100644
--- a/src/opengl/qgl.h
+++ b/src/opengl/qgl.h
@@ -408,7 +408,7 @@ private:
Q_DISABLE_COPY(QGLContext)
};
-Q_DECLARE_OPERATORS_FOR_FLAGS(QGLContext::BindOptions);
+Q_DECLARE_OPERATORS_FOR_FLAGS(QGLContext::BindOptions)
class Q_OPENGL_EXPORT QGLWidget : public QWidget
{