MCPcopy Create free account
hub / github.com/MeisApps/pcbu-desktop / OnRemoveDeviceClicked

Method OnRemoveDeviceClicked

desktop/src/ui/MainWindow.cpp:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void MainWindow::OnRemoveDeviceClicked(QObject *viewLoader, const QString &pairingId) {
133 PairedDevicesStorage::RemoveDevice(pairingId.toStdString());
134 Show(viewLoader);
135}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected