| 374 | } |
| 375 | |
| 376 | void ProjectTreeView::openProjectConfig() |
| 377 | { |
| 378 | if ( IProject* project = getCurrentProject() ) { |
| 379 | IProjectController* ip = ICore::self()->projectController(); |
| 380 | ip->configureProject( project ); |
| 381 | } |
| 382 | } |
| 383 | |
| 384 | void ProjectTreeView::saveState( IProject* project ) |
| 385 | { |
nothing calls this directly
no test coverage detected