mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Update downloadfromdivecomputer.cpp
Replaces spaces with tabs and corrected misplaced braces (embarassing...). Signed-off-by: jme <32236882+notrege@users.noreply.github.com>
This commit is contained in:
parent
4dcc9210a9
commit
5980db073a
1 changed files with 3 additions and 4 deletions
|
@ -636,11 +636,10 @@ void DownloadFromDCWidget::enableBluetoothMode(int state)
|
||||||
ui.chooseBluetoothDevice->setEnabled(state == Qt::Checked);
|
ui.chooseBluetoothDevice->setEnabled(state == Qt::Checked);
|
||||||
|
|
||||||
if (state == Qt::Checked) {
|
if (state == Qt::Checked) {
|
||||||
if (ui.device->currentText().isEmpty()) {
|
if (ui.device->currentText().isEmpty())
|
||||||
selectRemoteBluetoothDevice();
|
selectRemoteBluetoothDevice();
|
||||||
} else {
|
} else {
|
||||||
ui.device->setCurrentIndex(-1);
|
ui.device->setCurrentIndex(-1);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue