aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorobiwankennedy <renaud@rolisteam.org>2014-01-21 16:32:51 +0100
committerobiwankennedy <renaud@rolisteam.org>2014-01-21 16:32:51 +0100
commitff8ccc6144e12ece38f58cd60199f7f58e6313b7 (patch)
tree761c29f030326357df36b7309ee675aa868ab833
parent68d90b96e1584b74a27c2f9a56941b7af2335985 (diff)
downloadOneRoll-ff8ccc6144e12ece38f58cd60199f7f58e6313b7.tar.gz
OneRoll-ff8ccc6144e12ece38f58cd60199f7f58e6313b7.zip
Update scalaroperatornode.h
toString
-rw-r--r--node/scalaroperatornode.h3
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
+