diff options
author | Louie S <louie@example.com> | 2024-02-26 17:04:26 -0500 |
---|---|---|
committer | Louie S <louie@example.com> | 2024-02-26 17:04:26 -0500 |
commit | bdb594ada83058ae35edb5edf01703afa203e593 (patch) | |
tree | ba901a1da8bcd7cffc377cd5566b0afa28e0bff7 /src/rule.h | |
parent | 3ef9931e59ef38d9bbf045b07a4dbab2fd52e3f5 (diff) |
Loading groups from db
Diffstat (limited to 'src/rule.h')
-rw-r--r-- | src/rule.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |