Skip to content
  • Ahmad Samir's avatar
    Show dialogs with show() rather than exec() · 61a7947a
    Ahmad Samir authored and Kurt Hindenburg's avatar Kurt Hindenburg committed
    exec() creates a nested eventloop, which could lead to some nasty
    crashes ...etc.
    
    ProfileSettings::editSelected(): since the dialog is modal, the user
    can't interact with the konsole window at all, so no chance of opening
    another instance of the EditProfileDialog.
    61a7947a