MCPcopy Create free account
hub / github.com/KDAB/GammaRay / externalAddress

Method externalAddress

core/remote/server.cpp:337–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337QUrl Server::externalAddress() const
338{
339 if (!m_serverDevice)
340 return QUrl();
341 return m_serverDevice->externalAddress();
342}
343
344QString Server::errorString() const
345{

Callers 2

resendServerAddressMethod · 0.45
delayedInitMethod · 0.45

Calls 1

QUrlClass · 0.50

Tested by

no test coverage detected