From 7e29576e6eb31c52fde9f3bfc3af08b6c0ed482c Mon Sep 17 00:00:00 2001 From: Louie S Date: Thu, 4 Apr 2024 19:14:04 -0400 Subject: Add entry cloning --- src/entryLayout.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/entryLayout.h') diff --git a/src/entryLayout.h b/src/entryLayout.h index c38a51b..54e523f 100644 --- a/src/entryLayout.h +++ b/src/entryLayout.h @@ -25,6 +25,7 @@ class EntryLayout : public QHBoxLayout { void editEntry(); void setRules(); void toggleDone(); + void cloneEntry(); void removeEntry(); }; -- cgit