| 900 | } |
| 901 | |
| 902 | void Signal::setDestination(const std::string& destination) |
| 903 | { |
| 904 | setDestination(destination.c_str()); |
| 905 | } |
| 906 | |
| 907 | void Signal::setDestination(const char* destination) |
| 908 | { |
nothing calls this directly
no outgoing calls
no test coverage detected