paceholder / nodeeditor

Qt Node Editor. Dataflow programming framework
BSD 3-Clause "New" or "Revised" License
2.92k stars 794 forks source link

Change some `unsigned int` variables to `NodeId`. #401

Closed zmoth closed 3 months ago

zmoth commented 9 months ago

Fix the getNodeId() function return value to NodeId

toInteger() is used because you want to be compatible with uint64_t

paceholder commented 3 months ago
  1. toInteger does not return an unsigned number. It has nothing to do with the compatibility with uint64_t.
  2. Qt5 which is still supported by this library does not have the function toInteger
paceholder commented 3 months ago

I merged some changes from this PR