| 1272 | } |
| 1273 | |
| 1274 | void MainWindow::handleNewClientPromptRequest(const QString &clientName, bool usePeerAuth) |
| 1275 | { |
| 1276 | showAndActivate(); |
| 1277 | bool result = deskflow::gui::messages::showNewClientPrompt(this, clientName, usePeerAuth); |
| 1278 | m_serverConnection.handleNewClientResult(clientName, result); |
| 1279 | } |
| 1280 | |
| 1281 | void MainWindow::updateIpLabel(const QStringList &addresses) |
| 1282 | { |
nothing calls this directly
no test coverage detected