From a754fced75565f4c8d0f94f41b576415f3f9dcf0 Mon Sep 17 00:00:00 2001 From: Louie S Date: Mon, 1 Apr 2024 21:34:20 -0400 Subject: Keep static variables based on backend information to reduce number of database calls --- src/group.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/group.h') 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 groups; }; #endif -- cgit