MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / setName

Method setName

Plugins/TigerVnc/Client/BackendVnc.cpp:743–749  ·  view source on GitHub ↗

setName() is called when the desktop name changes

Source from the content-addressed store, hash-verified

741
742// setName() is called when the desktop name changes
743void CBackendVnc::setName(const char *name)
744{
745 qDebug(log) << "CConnectVnc::setName:" << name;
746 CConnection::setName(name);
747 QString szName = QString::fromUtf8(server.name());
748 emit sigServerName(szName);
749}
750
751// framebufferUpdateStart() is called at the beginning of an update.
752// Here we try to send out a new framebuffer update request so that the

Callers 3

authSuccessMethod · 0.80
authSuccessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected