mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Update downloadfromdivecomputer.h
Added delete dive computer buttons. Signed-off-by: jme <32236882+notrege@users.noreply.github.com>
This commit is contained in:
parent
1692e48163
commit
f05808fded
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
// SPDX-License-Identifier: GPL-2.0
|
||||
// SPDX-License-Identifier: GPL-2.0
|
||||
#ifndef DOWNLOADFROMDIVECOMPUTER_H
|
||||
#define DOWNLOADFROMDIVECOMPUTER_H
|
||||
|
||||
|
@ -56,6 +57,10 @@ slots:
|
|||
void DC2Clicked();
|
||||
void DC3Clicked();
|
||||
void DC4Clicked();
|
||||
void DDC1Clicked();
|
||||
void DDC2Clicked();
|
||||
void DDC3Clicked();
|
||||
void DDC4Clicked();
|
||||
int deviceIndex(QString deviceText);
|
||||
|
||||
#if defined(BT_SUPPORT)
|
||||
|
|
Loading…
Reference in a new issue