| 152:03f8e6d42e13 | 153:2f79053c2e9a |
|---|---|
| 1 #include <QBrush> | 1 #include <QBrush> |
| 2 #include <QFont> | 2 #include <QFont> |
| 3 #include "object.h" | 3 #include "object.h" |
| 4 #include "widgets/vec3editor.h" | 4 #include "widgets/vec3editor.h" |
| 5 #include "modeleditcontext.h" | 5 #include "modeleditor.h" |
| 6 | 6 |
| 7 static std::int32_t getIdForNewObject() | 7 static std::int32_t getIdForNewObject() |
| 8 { | 8 { |
| 9 static std::int32_t id = 0; | 9 static std::int32_t id = 0; |
| 10 id += 1; | 10 id += 1; |