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

Method addClient

src/lib/gui/dialogs/ServerConfigDialog.cpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176ServerConfigDialog::~ServerConfigDialog() = default;
177
178bool ServerConfigDialog::addClient(const QString &clientName)
179{
180 return addComputer(clientName, true);
181}
182
183void ServerConfigDialog::accept()
184{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected