diff options
| author | 2022-01-22 00:11:13 +0100 | |
|---|---|---|
| committer | 2022-01-22 00:19:30 +0100 | |
| commit | 187774c338c35864a2d3ad1c95ad06e9685c8427 (patch) | |
| tree | a7a7a23b00afd3c7ad489d4f5610ee305e7217be /node/variablenode.h | |
| parent | 82eb7c25f863c930d3138cdcbc95fb797cc77600 (diff) | |
| download | OneRoll-187774c338c35864a2d3ad1c95ad06e9685c8427.tar.gz OneRoll-187774c338c35864a2d3ad1c95ad06e9685c8427.zip | |
Fix valueslist with variable values.
Diffstat (limited to 'node/variablenode.h')
| -rw-r--r-- | node/variablenode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/node/variablenode.h b/node/variablenode.h index 5306ddb..8bf1cb1 100644 --- a/node/variablenode.h +++ b/node/variablenode.h @@ -25,6 +25,8 @@ public: std::vector<ExecutionNode*>* getData() const; void setData(std::vector<ExecutionNode*>* data); + void setDisplayed(); + private: quint64 m_index; std::vector<ExecutionNode*>* m_data= nullptr; |