| 404 | } // Project::loadProjectInternal |
| 405 | |
| 406 | bool |
| 407 | Project::saveProject(const QString & path, |
| 408 | const QString & name, |
| 409 | QString* newFilePath) |
| 410 | { |
| 411 | return saveProject_imp(path, name, false, true, newFilePath); |
| 412 | } |
| 413 | |
| 414 | bool |
| 415 | Project::saveProject_imp(const QString & path, |
no outgoing calls
no test coverage detected