aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/paintnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'node/paintnode.h')
-rw-r--r--node/paintnode.h1
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);