| 130 | } |
| 131 | |
| 132 | void MainWindow::OnRemoveDeviceClicked(QObject *viewLoader, const QString &pairingId) { |
| 133 | PairedDevicesStorage::RemoveDevice(pairingId.toStdString()); |
| 134 | Show(viewLoader); |
| 135 | } |
nothing calls this directly
no outgoing calls
no test coverage detected