From a1c3be28ef55cc28be06f456e1736df3ffbe87ec Mon Sep 17 00:00:00 2001 From: Renaud G Date: Tue, 24 Sep 2019 13:41:28 +0200 Subject: Change index API from qint64 to quint64 --- node/variablenode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'node/variablenode.h') diff --git a/node/variablenode.h b/node/variablenode.h index c26e60d..45133c6 100644 --- a/node/variablenode.h +++ b/node/variablenode.h @@ -19,8 +19,8 @@ public: * @return */ virtual ExecutionNode* getCopy() const; - qint64 getIndex() const; - void setIndex(qint64 index); + quint64 getIndex() const; + void setIndex(quint64 index); std::vector* getData() const; void setData(std::vector* data); -- cgit v1.2.3-70-g09d2