aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/paintnode.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2020-09-03 01:50:32 +0200
committerRenaud G <renaud@rolisteam.org>2020-09-03 01:51:26 +0200
commit1f1ce3016fe8589d5b182e244e00333a1f35f1d0 (patch)
tree35185c68c118f43647e4554b50a97f6e283ccc0d /node/paintnode.h
parent8209ac895fac8f993c13187195287f4021457da5 (diff)
downloadOneRoll-1f1ce3016fe8589d5b182e244e00333a1f35f1d0.tar.gz
OneRoll-1f1ce3016fe8589d5b182e244e00333a1f35f1d0.zip
Fix paint node.
Diffstat (limited to 'node/paintnode.h')
-rw-r--r--node/paintnode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/node/paintnode.h b/node/paintnode.h
index 2283f83..06d849e 100644
--- a/node/paintnode.h
+++ b/node/paintnode.h
@@ -47,7 +47,6 @@ public:
PainterNode();
virtual ~PainterNode();
virtual void run(ExecutionNode* previous= nullptr);
- Result* getResult();
virtual QString toString(bool) const;
virtual qint64 getPriority() const;
void insertColorItem(QString color, int value);