MCPcopy Create free account
hub / github.com/barry-ran/QtScrcpy / postGoMenu

Method postGoMenu

QtScrcpy/groupcontroller/groupcontroller.cpp:160–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160void GroupController::postGoMenu()
161{
162 for (const auto& serial : m_devices) {
163 if (true == isHost(serial)) {
164 continue;
165 }
166 auto device = qsc::IDeviceManage::getInstance().getDevice(serial);
167 if (!device) {
168 continue;
169 }
170
171 device->postGoMenu();
172 }
173}
174
175void GroupController::postAppSwitch()
176{

Callers 2

installShortcutMethod · 0.80
on_menuBtn_clickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected