Skip to content
  • Hugo Beauzée-Luyssen's avatar
    Solved segfaults ( when moving track, when closing the soft ) · b9be8e2a
    Hugo Beauzée-Luyssen authored
    I finally renamed a method starting by m_, this was pissing me off for weeks :)
    This solves the random crash due to letting Qt delete the main workflow. MainWorkflow is a QObject, but
    it's not Qt's job to decide when to delete it, since it used by at least 2 widgets which are deleted in an
    arbitrary order...
    b9be8e2a