diff options
Diffstat (limited to 'src/rule.h')
-rw-r--r-- | src/rule.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ struct Rule { QString color = "", QString highlight = "" ); + + static QList<Rule> rules; }; #endif |
index : assignment-list-qt.git | ||
Unnamed repository; edit this file 'description' to name the repository. |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/rule.h | 2 |
@@ -21,6 +21,8 @@ struct Rule { QString color = "", QString highlight = "" ); + + static QList<Rule> rules; }; #endif |