| 117 | } |
| 118 | |
| 119 | Server::AuthMethod Server::authMethod() const |
| 120 | { |
| 121 | Q_D(const Server); |
| 122 | return d->authMethod; |
| 123 | } |
| 124 | |
| 125 | void Server::setAuthMethod(Server::AuthMethod method) |
| 126 | { |
nothing calls this directly
no outgoing calls
no test coverage detected