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
Tobias Hunger
qt-creator
Commits
f3cb1f0b
Commit
f3cb1f0b
authored
Oct 18, 2010
by
Friedemann Kleint
Browse files
Profile editor: Fix ambiguous shortcut F2.
Caused by
b6da2d45
.
parent
ac2f0f1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4projectmanagerplugin.cpp
View file @
f3cb1f0b
...
...
@@ -232,7 +232,7 @@ bool Qt4ProjectManagerPlugin::initialize(const QStringList &arguments, QString *
Core
::
Command
*
cmd
;
Core
::
Context
proFileEditorContext
=
Core
::
Context
(
Qt4ProjectManager
::
Constants
::
PRO
JECT_ID
);
Core
::
Context
proFileEditorContext
=
Core
::
Context
(
Qt4ProjectManager
::
Constants
::
C_
PRO
FILEEDITOR
);
QAction
*
jumpToFile
=
new
QAction
(
tr
(
"Jump to File Under Cursor"
),
this
);
cmd
=
am
->
registerAction
(
jumpToFile
,
...
...
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