summaryrefslogtreecommitdiff
path: root/src/GLView.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/GLView.h')
-rw-r--r--src/GLView.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GLView.h b/src/GLView.h
index 764b23b..1001754 100644
--- a/src/GLView.h
+++ b/src/GLView.h
@@ -20,6 +20,7 @@ class GLView : public QGLWidget
public:
GLView(QWidget *parent = NULL);
+ GLView(const QGLFormat & format, QWidget *parent = NULL);
void setRenderer(class Renderer* r);
#ifdef ENABLE_OPENCSG
bool hasOpenCSGSupport() { return this->opencsg_support; }
@@ -52,6 +53,7 @@ public:
#endif
private:
+ void init();
Renderer *renderer;
bool showfaces;
contact: Jan Huwald // Impressum