diff options
| author | 2014-01-21 16:32:51 +0100 | |
|---|---|---|
| committer | 2014-01-21 16:32:51 +0100 | |
| commit | ff8ccc6144e12ece38f58cd60199f7f58e6313b7 (patch) | |
| tree | 761c29f030326357df36b7309ee675aa868ab833 | |
| parent | 68d90b96e1584b74a27c2f9a56941b7af2335985 (diff) | |
| download | OneRoll-ff8ccc6144e12ece38f58cd60199f7f58e6313b7.tar.gz OneRoll-ff8ccc6144e12ece38f58cd60199f7f58e6313b7.zip | |
Update scalaroperatornode.h
toString
| -rw-r--r-- | node/scalaroperatornode.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/node/scalaroperatornode.h b/node/scalaroperatornode.h index bb0e8f5..3613585 100644 --- a/node/scalaroperatornode.h +++ b/node/scalaroperatornode.h @@ -16,6 +16,8 @@ public: bool setOperatorChar(QChar c); void setInternalNode(ExecutionNode* node); + virtual QString toString()const; + private: qint64 add(qint64,qint64); @@ -31,3 +33,4 @@ private: }; #endif // SCALAROPERATORNODE_H + |