summaryrefslogtreecommitdiff
path: root/src/group.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/group.h
parent3ef9931e59ef38d9bbf045b07a4dbab2fd52e3f5 (diff)
Loading groups from db
Diffstat (limited to 'src/group.h')
-rw-r--r--src/group.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/group.h b/src/group.h
index 901a29f..5513f7c 100644
--- a/src/group.h
+++ b/src/group.h
@@ -4,7 +4,7 @@
#include <QString>
#include <QVBoxLayout>
-class Group : QVBoxLayout {
+class Group : public QVBoxLayout {
public:
int id;
QString name;