diff options
Diffstat (limited to 'src/ruleparser.h')
-rw-r--r-- | src/ruleparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruleparser.h b/src/ruleparser.h index 4ff77a2..8d0fcb2 100644 --- a/src/ruleparser.h +++ b/src/ruleparser.h @@ -44,7 +44,7 @@ public: QRegExp rx; QString repository; QString branch; - QRegExp rootdir; + QString prefix; int minRevision; int maxRevision; int lineNumber; |