| 501 | } |
| 502 | |
| 503 | void ProjectManagerViewPlugin::projectConfiguration( ) |
| 504 | { |
| 505 | if( !d->ctxProjectItemList.isEmpty() ) |
| 506 | { |
| 507 | ProjectModel* model = ICore::self()->projectController()->projectModel(); |
| 508 | core()->projectController()->configureProject( model->itemFromIndex(d->ctxProjectItemList.at( 0 ))->project() ); |
| 509 | } |
| 510 | } |
| 511 | |
| 512 | void ProjectManagerViewPlugin::reloadFromContextMenu( ) |
| 513 | { |