diff options
Diffstat (limited to 'src/entryLayout.h')
-rw-r--r-- | src/entryLayout.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/entryLayout.h b/src/entryLayout.h index fb4902b..1a4146b 100644 --- a/src/entryLayout.h +++ b/src/entryLayout.h @@ -15,6 +15,13 @@ class EntryLayout : public QHBoxLayout { Entry entry; EntryLayout(const Entry &e); + + private slots: + void showContextMenu(); + void editEntry(); + void setRules(); + void toggleDone(); + void removeEntry(); }; #endif |