aboutsummaryrefslogtreecommitdiffstats
path: root/src/ruleparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ruleparser.h')
-rw-r--r--src/ruleparser.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ruleparser.h b/src/ruleparser.h
index 7f458e7..9525f14 100644
--- a/src/ruleparser.h
+++ b/src/ruleparser.h
@@ -71,4 +71,9 @@ private:
QList<Match> m_matchRules;
};
+#ifndef QT_NO_DEBUG_STREAM
+class QDebug;
+QDebug operator<<(QDebug, const Rules::Match &);
+#endif
+
#endif