this post was submitted on 18 Jul 2024
58 points (96.8% liked)

Open Source

30263 readers
194 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] TimeSquirrel@kbin.melroy.org 4 points 1 month ago* (last edited 1 month ago)

Looks like classic case of trying to dereference an invalid pointer? Fix was an early return, returning a default Qvariant().

I'm not an expert in Qt, I just like following this stuff to learn.