mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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
|
||||||
|
// 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…
Add table
Reference in a new issue