mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Desktop/trivial: fix misleading comment
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a58908df8e
commit
5b925d29af
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ void DownloadFromDCWidget::on_downloadCancelRetryButton_clicked()
|
|||
#if defined(BT_SUPPORT)
|
||||
data->setBluetoothMode(ui.bluetoothMode->isChecked());
|
||||
if (data->bluetoothMode()) {
|
||||
// Get the selected device address from dialog or from preferences
|
||||
// Get the selected device address
|
||||
if (btDeviceSelectionDialog != NULL) {
|
||||
data->setDevName(btDeviceSelectionDialog->getSelectedDeviceAddress());
|
||||
data->setDevBluetoothName(btDeviceSelectionDialog->getSelectedDeviceName());
|
||||
|
|
Loading…
Add table
Reference in a new issue