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
649214c4
Commit
649214c4
authored
Oct 02, 2009
by
Daniel Molkentin
Browse files
Designer: Fix accelerator.
parent
762165c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/designer/formeditorw.cpp
View file @
649214c4
...
...
@@ -513,7 +513,7 @@ void FormEditorW::setupActions()
addToolAction
(
m_designerSubWindowActions
[
PropertyEditorSubWindow
],
am
,
globalcontext
,
QLatin1String
(
"FormEditor.PropertyEditor"
),
mviews
,
""
);
m_designerSubWindowActions
[
SignalSlotEditorSubWindow
]
=
new
ProxyAction
(
tr
(
"Signals & Slots Editor"
),
this
);
m_designerSubWindowActions
[
SignalSlotEditorSubWindow
]
=
new
ProxyAction
(
tr
(
"Signals &
&
Slots Editor"
),
this
);
addToolAction
(
m_designerSubWindowActions
[
SignalSlotEditorSubWindow
],
am
,
globalcontext
,
QLatin1String
(
"FormEditor.SignalsAndSlotsEditor"
),
mviews
,
""
);
...
...
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