| 287 | } |
| 288 | |
| 289 | AspectTreeModel* BaseDock::aspectModel() { |
| 290 | if (!m_aspectModel) { |
| 291 | Q_ASSERT(m_aspect); |
| 292 | m_aspectModel = new AspectTreeModel(m_aspect->project()); |
| 293 | } |
| 294 | |
| 295 | return m_aspectModel; |
| 296 | } |
| 297 | |
| 298 | /*! |
| 299 | * shows the name and the description of the first selected aspect, |