From 606001e99593372d0a71c566a5efdefd48175305 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Thu, 5 Mar 2015 14:30:18 +0100 Subject: add generateTree add jumpbackward node --- result.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'result.cpp') diff --git a/result.cpp b/result.cpp index 6d5bfd8..740bf85 100644 --- a/result.cpp +++ b/result.cpp @@ -45,3 +45,12 @@ bool Result::hasResultOfType(RESULT_TYPE type) const { return (m_resultTypes & type); } +void Result::generateDotTree(QString& s) +{ + s.append(toString()); + +} +QString Result::toString() +{ + QString(); +} -- cgit v1.2.3-70-g09d2