summaryrefslogtreecommitdiff
path: root/src/entryLayout.h
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2024-04-04 19:14:04 -0400
committerLouie S <louie@example.com>2024-04-04 19:14:04 -0400
commit7e29576e6eb31c52fde9f3bfc3af08b6c0ed482c (patch)
treecd5216a4d697100f57151063b0114fda0f07452d /src/entryLayout.h
parent972431f210a73993880d6728199c22e5008ab56b (diff)
Add entry cloning
Diffstat (limited to 'src/entryLayout.h')
-rw-r--r--src/entryLayout.h1
1 files changed, 1 insertions, 0 deletions
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();
};