src/ui/objecteditor.h

changeset 177
f69d53c053df
parent 152
03f8e6d42e13
child 178
a23024fc98e0
--- a/src/ui/objecteditor.h	Wed Mar 09 14:07:58 2022 +0200
+++ b/src/ui/objecteditor.h	Wed Mar 09 14:22:22 2022 +0200
@@ -16,4 +16,6 @@
 	Document* const document;
 	ldraw::id_t objectId = ldraw::NULL_ID;
 	std::optional<PolygonObjectEditor> polygonEditor;
+	class QLabel* objectTypeNameLabel;
+	class QLabel* objectTypeIconLabel;
 };

mercurial