| 355 | } |
| 356 | |
| 357 | void WSConnectionSelection::SetConnection(const std::string &con) |
| 358 | { |
| 359 | if (!!GetConnectionByName(con)) { |
| 360 | SetItem(con); |
| 361 | } else { |
| 362 | SetItem(""); |
| 363 | } |
| 364 | } |
| 365 | |
| 366 | void WSConnectionSelection::SetConnection( |
| 367 | const std::weak_ptr<WSConnection> &connection_) |
no test coverage detected