diff options
| author | 2015-08-20 11:36:18 +0200 | |
|---|---|---|
| committer | 2015-08-20 11:36:18 +0200 | |
| commit | 8a1c33fb342a3609ec4d22e918c5f847c59c1b91 (patch) | |
| tree | e813b281a6c78b881b811bcb931d32232b1bd435 /node/scalaroperatornode.h | |
| parent | bb413e7eab871cbc377eea0ece5444d1c758481b (diff) | |
| download | OneRoll-8a1c33fb342a3609ec4d22e918c5f847c59c1b91.tar.gz OneRoll-8a1c33fb342a3609ec4d22e918c5f847c59c1b91.zip | |
start fixing dot tree generation
Diffstat (limited to 'node/scalaroperatornode.h')
| -rw-r--r-- | node/scalaroperatornode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/scalaroperatornode.h b/node/scalaroperatornode.h index e43f6f8..4aab39a 100644 --- a/node/scalaroperatornode.h +++ b/node/scalaroperatornode.h @@ -42,7 +42,7 @@ public: bool setOperatorChar(QChar c); void setInternalNode(ExecutionNode* node); - virtual QString toString()const; + virtual QString toString(bool wl)const; virtual qint64 getPriority() const; void generateDotTree(QString& s); |