summaryrefslogtreecommitdiff
path: root/examples/activeqt/opengl/glbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/activeqt/opengl/glbox.h')
-rw-r--r--examples/activeqt/opengl/glbox.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/examples/activeqt/opengl/glbox.h b/examples/activeqt/opengl/glbox.h
index fd62e94..b356056 100644
--- a/examples/activeqt/opengl/glbox.h
+++ b/examples/activeqt/opengl/glbox.h
@@ -52,7 +52,7 @@
#include <QAxBindable>
class GLBox : public QGLWidget,
- public QAxBindable
+ public QAxBindable
{
Q_OBJECT
//! [0] //! [1]
@@ -66,18 +66,18 @@ public:
public slots:
- void setXRotation( int degrees );
+ void setXRotation( int degrees );
//! [1]
- void setYRotation( int degrees );
- void setZRotation( int degrees );
+ void setYRotation( int degrees );
+ void setZRotation( int degrees );
protected:
- void initializeGL();
- void paintGL();
- void resizeGL( int w, int h );
+ void initializeGL();
+ void paintGL();
+ void resizeGL( int w, int h );
- virtual GLuint makeObject();
+ virtual GLuint makeObject();
private: