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

Method requestSelection

common/networkselectionmodel.cpp:76–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74NetworkSelectionModel::~NetworkSelectionModel() = default;
75
76void NetworkSelectionModel::requestSelection()
77{
78 if (m_handlingRemoteMessage || !isConnected())
79 return;
80 Message msg(m_myAddress, Protocol::SelectionModelStateRequest);
81 Endpoint::send(msg);
82}
83
84void NetworkSelectionModel::sendSelection()
85{

Callers 1

Calls

no outgoing calls

Tested by 1