You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was a lot of discussion on closing methods in cclientdlg in #3372 This should probably be refactored.
Maybe closeEvent should just call QCoreApplication::instance()->exit(); and then do the work in OnAboutToQuit handlers? That should stop needing to call XYZ.Stop().
Of course, if that's what the "default implementation of this event handler routine" does, it would move all the code here into ClientDlg.OnAboutToQuit (plus handlers in each called class).
There was a lot of discussion on closing methods in cclientdlg in #3372 This should probably be refactored.
Originally posted by @pljones in #3372 (comment), #3372 (comment), #3372 (comment)
The text was updated successfully, but these errors were encountered: