aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/countexecutenode.h
diff options
context:
space:
mode:
authorobiwankennedy <renaud@rolisteam.org>2014-01-21 16:18:42 +0100
committerobiwankennedy <renaud@rolisteam.org>2014-01-21 16:18:42 +0100
commit8b8c469c29b5647af62c00f2119c3b428b695a3e (patch)
treea83ad29e63054eeab825acb6671564349b34c4c7 /node/countexecutenode.h
parent55d043e8e0528224f5263bb8c4c59deacd7fab96 (diff)
downloadOneRoll-8b8c469c29b5647af62c00f2119c3b428b695a3e.tar.gz
OneRoll-8b8c469c29b5647af62c00f2119c3b428b695a3e.zip
Update countexecutenode.h
-Adding toString
Diffstat (limited to 'node/countexecutenode.h')
-rw-r--r--node/countexecutenode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/node/countexecutenode.h b/node/countexecutenode.h
index d667e01..1dcc35e 100644
--- a/node/countexecutenode.h
+++ b/node/countexecutenode.h
@@ -15,6 +15,8 @@ public:
virtual void setValidator(Validator* );
+ virtual QString toString()const;
+
private:
Validator* m_validator;
ScalarResult* m_scalarResult;