nodeeditor
nodeeditor copied to clipboard
undefined reference to `QtNodes::NodeGraphicsObject::nodeScene() const'
Description with steps to reproduce
implement AbstractNodePainter override paint compile error!
Supporting files, videos and screenshots
Qt Version
5.15.2
Operating system
Win11
Additional context
No response
Checklist
- [x] I have verified that this issue has not been logged before, by searching the issue tracker for similar issues
- [x] I have attached all requested files and information to this report
- [x] I have attempted to identify the root problem as concisely as possible, and have used minimal reproducible examples where possible
I met the same issue right now.
It can be easily fixed by declaring NodeGraphicsObject class as class NODE_EDITOR_SHARED NodeGraphicsObject. The problem is the missing NODE_EDITOR_SHARED.
@bauerdavid do you think you could add this fix to a PR?