src/document.cpp

changeset 169
6da096930534
parent 163
36ea1a8aee33
child 178
a23024fc98e0
equal deleted inserted replaced
168:24590af32ad6 169:6da096930534
236 236
237 const Model &Document::getModel() 237 const Model &Document::getModel()
238 { 238 {
239 return *this->model; 239 return *this->model;
240 } 240 }
241
242 const QSet<ldraw::id_t> Document::selectedObjects() const
243 {
244 return this->renderer->selectedObjects();
245 }

mercurial