| 326 | } |
| 327 | |
| 328 | AbstractAspect* ProjectExplorer::currentAspect() const { |
| 329 | if (!currentIndex().isValid()) |
| 330 | return nullptr; |
| 331 | return static_cast<AbstractAspect*>(currentIndex().internalPointer()); |
| 332 | } |
| 333 | |
| 334 | void ProjectExplorer::search() { |
| 335 | m_leFilter->setFocus(); |