summaryrefslogtreecommitdiff
path: root/src/group.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/group.h')
-rw-r--r--src/group.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/group.h b/src/group.h
index fe9158f..9c7bfa4 100644
--- a/src/group.h
+++ b/src/group.h
@@ -18,6 +18,8 @@ struct Group {
QString link = "",
bool hidden = false
);
+
+ static QList<Group> groups;
};
#endif