| 502 | } |
| 503 | |
| 504 | void BaseApplication::setApplicationName(const QString &name) |
| 505 | { |
| 506 | if (nullptr != qApp) |
| 507 | qApp->setApplicationName(name); |
| 508 | |
| 509 | d->m_AppName = name; |
| 510 | } |
| 511 | |
| 512 | QString BaseApplication::getApplicationName() const |
| 513 | { |
no outgoing calls
no test coverage detected