diff options
Diffstat (limited to 'node/listsetrollnode.h')
| -rw-r--r-- | node/listsetrollnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/listsetrollnode.h b/node/listsetrollnode.h index 5f381f5..05e7ea4 100644 --- a/node/listsetrollnode.h +++ b/node/listsetrollnode.h @@ -39,7 +39,7 @@ public: virtual void run(ExecutionNode* previous = NULL); virtual QString toString(bool)const; virtual qint64 getPriority() const; - QStringList getList(); + QStringList getList() const; void setListValue(QStringList); void setUnique(bool ); |