Solved segfaults ( when moving track, when closing the soft )
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...
Showing
Please register or sign in to comment