| 2500 | } |
| 2501 | |
| 2502 | void |
| 2503 | AppManager::setLoadingStatus(const QString & str) |
| 2504 | { |
| 2505 | if ( isLoaded() ) { |
| 2506 | return; |
| 2507 | } |
| 2508 | std::cout << str.toStdString() << std::endl; |
| 2509 | } |
| 2510 | |
| 2511 | AppInstancePtr |
| 2512 | AppManager::makeNewInstance(int appID) const |
no test coverage detected