diff -r cd9d6bf6f649 -r f69d53c053df src/ui/objecteditor.h --- 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 polygonEditor; + class QLabel* objectTypeNameLabel; + class QLabel* objectTypeIconLabel; };