Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
c9d68898
Commit
c9d68898
authored
Oct 25, 2010
by
con
Browse files
Another shortcut conflict less on Mac OS.
Reviewed-by: Joerg Bornemann
parent
b135e60e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/projectexplorer.cpp
View file @
c9d68898
...
...
@@ -492,7 +492,9 @@ bool ProjectExplorerPlugin::initialize(const QStringList &arguments, QString *er
// open action
d
->
m_loadAction
=
new
QAction
(
tr
(
"Load Project..."
),
this
);
cmd
=
am
->
registerAction
(
d
->
m_loadAction
,
Constants
::
LOAD
,
globalcontext
);
#ifndef Q_WS_MAC
cmd
->
setDefaultKeySequence
(
QKeySequence
(
tr
(
"Ctrl+Shift+O"
)));
#endif
msessionContextMenu
->
addAction
(
cmd
,
Constants
::
G_SESSION_FILES
);
// Default open action
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment