diff options
| author | 2016-02-05 00:11:22 +0100 | |
|---|---|---|
| committer | 2016-02-05 00:11:22 +0100 | |
| commit | 8bd1dbafdec02dabcca9d19f44f21796f8729f8b (patch) | |
| tree | ca6f75ef62efc6706bd48793256a83e16632cf33 /node/paintnode.h | |
| parent | c671d21b54d43dbd6112f3ab50fc6ebd63dc4aef (diff) | |
| download | OneRoll-8bd1dbafdec02dabcca9d19f44f21796f8729f8b.tar.gz OneRoll-8bd1dbafdec02dabcca9d19f44f21796f8729f8b.zip | |
-Fix paintnode to integration into rolisteam.
Diffstat (limited to 'node/paintnode.h')
| -rw-r--r-- | node/paintnode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/paintnode.h b/node/paintnode.h index e01eaee..52a9ddb 100644 --- a/node/paintnode.h +++ b/node/paintnode.h @@ -47,6 +47,7 @@ public: PainterNode(); virtual ~PainterNode(); virtual void run(ExecutionNode* previous = NULL); + Result* getResult(); virtual QString toString(bool )const; virtual qint64 getPriority() const; void insertColorItem(QString color, int value); |