summaryrefslogtreecommitdiffstats
path: root/openglscene.h
diff options
context:
space:
mode:
Diffstat (limited to 'openglscene.h')
-rw-r--r--openglscene.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openglscene.h b/openglscene.h
index 6e041e1..2602b95 100644
--- a/openglscene.h
+++ b/openglscene.h
@@ -43,6 +43,8 @@ protected:
void wheelEvent(QGraphicsSceneWheelEvent * wheelEvent);
private:
+ QDialog *createDialog(const QString &windowTitle) const;
+
void setModel(Model *model);
bool m_wireframeEnabled;