| 526 | } |
| 527 | |
| 528 | void Instance::Private::setUserPhone(const QString &phone) { |
| 529 | if (_userPhone != phone) { |
| 530 | _userPhone = phone; |
| 531 | if (_configLoader) { |
| 532 | _configLoader->setPhone(_userPhone); |
| 533 | } |
| 534 | } |
| 535 | } |
| 536 | |
| 537 | void Instance::Private::badConfigurationError() { |
| 538 | if (_mode == Mode::Normal) { |
no test coverage detected