• @BJHanssen
    link
    20
    edit-2
    2 months ago

    I’m sorry, but ‘crash when pressing Ctrl+C’ is a hilarious bug.

    • TimeSquirrel
      link
      fedilink
      4
      edit-2
      2 months 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.