Skip to content
  • Igor Kushnir's avatar
    Preserve custom Locate Current Document action's shortcut · 24910a27
    Igor Kushnir authored
    This shortcut can be configured in the Configure Keyboard Shortcuts
    window. The custom-set shortcut works at first. But once KDevelop is
    restarted, the shortcut is reset to the default Ctrl+<.
    
    Calling KActionCollection::setDefaultShortcut() instead of
    QAction::setShortcut() preserves the shortcut between KDevelop launches.
    24910a27