summaryrefslogtreecommitdiff
path: root/src/rule.h
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2024-02-26 17:04:26 -0500
committerLouie S <louie@example.com>2024-02-26 17:04:26 -0500
commitbdb594ada83058ae35edb5edf01703afa203e593 (patch)
treeba901a1da8bcd7cffc377cd5566b0afa28e0bff7 /src/rule.h
parent3ef9931e59ef38d9bbf045b07a4dbab2fd52e3f5 (diff)
Loading groups from db
Diffstat (limited to 'src/rule.h')
-rw-r--r--src/rule.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rule.h b/src/rule.h
index ecd2285..92e3356 100644
--- a/src/rule.h
+++ b/src/rule.h
@@ -9,9 +9,8 @@
// TODO determine whether an alternative approach is better (same goes for group and entry)
class Rule : QHBoxLayout {
- enum When { before, after };
-
public:
+ enum When { before, after };
int id;
int entry_id;
When when;