From ff8ccc6144e12ece38f58cd60199f7f58e6313b7 Mon Sep 17 00:00:00 2001 From: obiwankennedy Date: Tue, 21 Jan 2014 16:32:51 +0100 Subject: Update scalaroperatornode.h toString --- node/scalaroperatornode.h | 3 +++ 1 file changed, 3 insertions(+) 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 + -- cgit v1.2.3-70-g09d2