diff options
| author | 2014-01-21 16:18:42 +0100 | |
|---|---|---|
| committer | 2014-01-21 16:18:42 +0100 | |
| commit | 8b8c469c29b5647af62c00f2119c3b428b695a3e (patch) | |
| tree | a83ad29e63054eeab825acb6671564349b34c4c7 /node | |
| parent | 55d043e8e0528224f5263bb8c4c59deacd7fab96 (diff) | |
| download | OneRoll-8b8c469c29b5647af62c00f2119c3b428b695a3e.tar.gz OneRoll-8b8c469c29b5647af62c00f2119c3b428b695a3e.zip | |
Update countexecutenode.h
-Adding toString
Diffstat (limited to 'node')
| -rw-r--r-- | node/countexecutenode.h | 2 |
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; |