From faebb539091ca5550bb6b60280d692c50d547bc0 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sun, 25 Oct 2020 07:53:40 +0100 Subject: undo: add device related undo commands Add commands for deleting devices and editing device nicknames to include the device-handling in the undo system. Signed-off-by: Berthold Stoeger --- core/subsurface-qt/divelistnotifier.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/subsurface-qt') diff --git a/core/subsurface-qt/divelistnotifier.h b/core/subsurface-qt/divelistnotifier.h index 7f7162dac..07750de90 100644 --- a/core/subsurface-qt/divelistnotifier.h +++ b/core/subsurface-qt/divelistnotifier.h @@ -130,6 +130,7 @@ signals: // Devices related signals void deviceAdded(int index); void deviceDeleted(int index); + void deviceEdited(int index); // Filter related signals void filterPresetAdded(int index); -- cgit v1.2.3-70-g09d2