mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +00:00
Update downloadfromdivecomputer.h
Change DDC<n> to DeleteDC<n> Signed-off-by: jme <32236882+notrege@users.noreply.github.com>
This commit is contained in:
parent
7fb0e9e59e
commit
74b1648fcc
1 changed files with 4 additions and 5 deletions
|
@ -1,5 +1,4 @@
|
|||
// SPDX-License-Identifier: GPL-2.0
|
||||
// SPDX-License-Identifier: GPL-2.0
|
||||
#ifndef DOWNLOADFROMDIVECOMPUTER_H
|
||||
#define DOWNLOADFROMDIVECOMPUTER_H
|
||||
|
||||
|
@ -57,10 +56,10 @@ slots:
|
|||
void DC2Clicked();
|
||||
void DC3Clicked();
|
||||
void DC4Clicked();
|
||||
void DDC1Clicked();
|
||||
void DDC2Clicked();
|
||||
void DDC3Clicked();
|
||||
void DDC4Clicked();
|
||||
void DeleteDC1Clicked();
|
||||
void DeleteDC2Clicked();
|
||||
void DeleteDC3Clicked();
|
||||
void DeleteDC4Clicked();
|
||||
int deviceIndex(QString deviceText);
|
||||
|
||||
#if defined(BT_SUPPORT)
|
||||
|
|
Loading…
Add table
Reference in a new issue