Skip to content
Snippets Groups Projects
Select Git revision
  • 3e7087e5e65e0ff9e33a096839f90ea4894f6a59
  • master default protected
  • beta/202506161038
  • stable/20250613.0
  • nightly/20250613.0
  • beta/202506101658
  • stable/20250610.0
  • nightly/20250610.0
  • beta/202506091027
  • beta/202506061543
  • nightly/20250605.0
  • beta/202506051039
  • beta/202506051002
  • beta/202506041611
  • beta/202506041335
  • beta/202505231812
  • stable/20250523.0
  • nightly/20250523.0
  • nightly/20250515.0
  • nightly/20250510.0
  • nightly/20250509.1
  • nightly/20250509.0
22 results

extras

  • Open with
  • Download source code
  • Download directory
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • Guillaume Roguez's avatar
    Guillaume Roguez authored
    When deleting the last account, method ProfileModelPrivate::slotAccountRemoved
    destroy the account then save the profile.
    This last triggers NewAccountModelPimpl::slotProfileUpdated().
    But this one access to an empty account array (as all account are destroyed).
    
    Re-order profile-save/account delete to solve the issue (save first, destroy after).
    
    Change-Id: I427a51c3d1f97d0127567531616f360df45e4652
    Reviewed-by: default avatarNicolas Jäger <nicolas.jager@savoirfairelinux.com>
    a4dfd6c8
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..