| 176 | ServerConfigDialog::~ServerConfigDialog() = default; |
| 177 | |
| 178 | bool ServerConfigDialog::addClient(const QString &clientName) |
| 179 | { |
| 180 | return addComputer(clientName, true); |
| 181 | } |
| 182 | |
| 183 | void ServerConfigDialog::accept() |
| 184 | { |
nothing calls this directly
no outgoing calls
no test coverage detected