| 517 | } |
| 518 | |
| 519 | void BaseApplication::setOrganizationName(const QString &name) |
| 520 | { |
| 521 | if (nullptr != qApp) |
| 522 | qApp->setOrganizationName(name); |
| 523 | |
| 524 | d->m_OrgaName = name; |
| 525 | } |
| 526 | |
| 527 | QString BaseApplication::getOrganizationName() const |
| 528 | { |
no outgoing calls
no test coverage detected