]> andersk Git - svn-all-fast-export.git/blobdiff - src/ruleparser.h
Remove the recurse rule
[svn-all-fast-export.git] / src / ruleparser.h
index 7f458e7db3e5837d5251ebaffcf008109d8e703c..d70a39b143b07e99c3a4e262cd3976dd54dd7f79 100644 (file)
@@ -50,8 +50,7 @@ public:
 
         enum Action {
             Ignore,
-            Export,
-            Recurse
+            Export
         } action;
 
         Match() : minRevision(-1), maxRevision(-1), lineNumber(0), action(Ignore) { }
@@ -71,4 +70,9 @@ private:
     QList<Match> m_matchRules;
 };
 
+#ifndef QT_NO_DEBUG_STREAM
+class QDebug;
+QDebug operator<<(QDebug, const Rules::Match &);
+#endif
+
 #endif
This page took 0.023871 seconds and 4 git commands to generate.