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,4 +1,5 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef DOWNLOADFROMDIVECOMPUTER_H
|
#ifndef DOWNLOADFROMDIVECOMPUTER_H
|
||||||
#define DOWNLOADFROMDIVECOMPUTER_H
|
#define DOWNLOADFROMDIVECOMPUTER_H
|
||||||
|
|
||||||
@ -56,6 +57,10 @@ slots:
|
|||||||
void DC2Clicked();
|
void DC2Clicked();
|
||||||
void DC3Clicked();
|
void DC3Clicked();
|
||||||
void DC4Clicked();
|
void DC4Clicked();
|
||||||
|
void DDC1Clicked();
|
||||||
|
void DDC2Clicked();
|
||||||
|
void DDC3Clicked();
|
||||||
|
void DDC4Clicked();
|
||||||
int deviceIndex(QString deviceText);
|
int deviceIndex(QString deviceText);
|
||||||
|
|
||||||
#if defined(BT_SUPPORT)
|
#if defined(BT_SUPPORT)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user