summaryrefslogtreecommitdiffstats
path: root/openglscene.h
diff options
context:
space:
mode:
Diffstat (limited to 'openglscene.h')
-rw-r--r--openglscene.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openglscene.h b/openglscene.h
index 9b78ea0..6e041e1 100644
--- a/openglscene.h
+++ b/openglscene.h
@@ -13,6 +13,7 @@
QT_BEGIN_NAMESPACE
class QComboBox;
+class QLabel;
QT_END_NAMESPACE
class Model;
@@ -68,6 +69,8 @@ private:
#endif
QComboBox *m_models;
QDir m_dir;
+
+ QLabel *m_labels[3];
};
#endif