| 35 | } |
| 36 | |
| 37 | void ProjectInfoPage::setProjectName( const QString& name ) |
| 38 | { |
| 39 | page_ui->nameEdit->setText( name ); |
| 40 | emit projectNameChanged( page_ui->nameEdit->text() ); |
| 41 | } |
| 42 | |
| 43 | void ProjectInfoPage::populateProjectFileCombo(const QVector<ProjectFileChoice>& choices) |
| 44 | { |
no test coverage detected