Skip to content
  • Thomas Hartmann's avatar
    QmlDesigner.nodeInstances: crash fix · 134e41ee
    Thomas Hartmann authored
    In some cases object() != m_nodeInstance->object().
    Reading on the worng type of QObject can lead to very interesting
    effects.  (e. g. decrementing the pointer to the vtable)
    
    Task-Nr: QTCREATORBUG-4675
    Reviewed-by: Marco Bubke
    134e41ee