MCPcopy Create free account
hub / github.com/deskflow/deskflow / handleNewClientPromptRequest

Method handleNewClientPromptRequest

src/lib/gui/MainWindow.cpp:1274–1279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1272}
1273
1274void 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
1281void MainWindow::updateIpLabel(const QStringList &addresses)
1282{

Callers

nothing calls this directly

Calls 2

showNewClientPromptFunction · 0.85
handleNewClientResultMethod · 0.80

Tested by

no test coverage detected