]> andersk Git - svn-all-fast-export.git/blobdiff - src/ruleparser.h
Beautify the rule debug output
[svn-all-fast-export.git] / src / ruleparser.h
index 7f458e7db3e5837d5251ebaffcf008109d8e703c..9525f1479cdbb7b61982552d3fa06c16e7c58666 100644 (file)
@@ -71,4 +71,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.024934 seconds and 4 git commands to generate.