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/rule.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/rule.h') diff --git a/src/rule.h b/src/rule.h index 1d7e90a..cf9abfe 100644 --- a/src/rule.h +++ b/src/rule.h @@ -21,6 +21,8 @@ struct Rule { QString color = "", QString highlight = "" ); + + static QList rules; }; #endif -- cgit