aboutsummaryrefslogtreecommitdiffstats
path: root/src/ruleparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ruleparser.h')
-rw-r--r--src/ruleparser.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ruleparser.h b/src/ruleparser.h
index 483316c..1d561e0 100644
--- a/src/ruleparser.h
+++ b/src/ruleparser.h
@@ -43,6 +43,10 @@ public:
QString repository;
QString branch;
QString path;
+ int minRevision;
+ int maxRevision;
+
+ Match() : minRevision(-1), maxRevision(-1) { }
};
Rules(const QString &filename);