| 524 | } |
| 525 | |
| 526 | void |
| 527 | Singleton::refreshNetworkProfiles(void) |
| 528 | { |
| 529 | this->networkProfiles.clear(); |
| 530 | suscan_discovered_remote_device_walk( |
| 531 | walk_all_remote_devices, |
| 532 | static_cast<void *>(this)); |
| 533 | } |
| 534 | |
| 535 | bool |
| 536 | Singleton::haveQth() const |
no test coverage detected