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

Method serverConnectionConfigureClient

src/lib/gui/MainWindow.cpp:632–640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630}
631
632void MainWindow::serverConnectionConfigureClient(const QString &clientName)
633{
634 m_serverConnection.serverConfigDialogVisible(true);
635 ServerConfigDialog dialog(this, m_serverConfig);
636 if (dialog.addClient(clientName) && dialog.exec() == QDialog::Accepted) {
637 m_coreProcess.restart();
638 }
639 m_serverConnection.serverConfigDialogVisible(false);
640}
641
642//////////////////////////////////////////////////////////////////////////////
643// End slots

Callers

nothing calls this directly

Calls 3

restartMethod · 0.80
addClientMethod · 0.45

Tested by

no test coverage detected