From 2a1c6371a64accd17fd273e9121135938873831a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Thu, 26 Sep 2019 13:40:08 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/libs@601 a8b55f48-bf90-11e4-a774-851b48703e85 --- qglview/globject_editor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/qglview/globject_editor.h b/qglview/globject_editor.h index 7caa3dc..005f654 100644 --- a/qglview/globject_editor.h +++ b/qglview/globject_editor.h @@ -32,6 +32,7 @@ public: explicit GLObjectEditor(QWidget * parent = 0); void setObject(GLObjectBase * o); + GLObjectBase * getObject() {return object;} protected: void changeEvent(QEvent * e);