summaryrefslogtreecommitdiff
path: root/src/rule.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rule.h')
-rw-r--r--src/rule.h2
1 files changed, 2 insertions, 0 deletions
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<Rule> rules;
};
#endif