diff options
Diffstat (limited to 'node/scalaroperatornode.h')
| -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 + |