| 2565 | } |
| 2566 | |
| 2567 | void |
| 2568 | AppManager::setLoadingStatus(const QString & str) |
| 2569 | { |
| 2570 | if ( isLoaded() ) { |
| 2571 | return; |
| 2572 | } |
| 2573 | std::cout << str.toStdString() << std::endl; |
| 2574 | } |
| 2575 | |
| 2576 | AppInstPtr |
| 2577 | AppManager::makeNewInstance(int appID) const |
no test coverage detected