Skip to content
GitLab
Menu
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
f538736c
Commit
f538736c
authored
Jun 30, 2010
by
hjk
Browse files
debugger: fix c&p error causing 'jump to line' to fail
parent
5b8cdde7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggerplugin.cpp
View file @
f538736c
...
...
@@ -1082,7 +1082,7 @@ bool DebuggerPluginPrivate::initialize(const QStringList &arguments, QString *er
m_actions
.
jumpToLineAction1
=
new
QAction
(
tr
(
"Jump to Line"
),
this
);
m_actions
.
jumpToLineAction1
->
setProperty
(
Role
,
RequestExecJumpToLineRole
);
m_actions
.
jumpToLineAction2
=
new
QAction
(
tr
(
"Jump to Line"
),
this
);
m_actions
.
jumpToLineAction
1
->
setProperty
(
Role
,
RequestExecJumpToLineRole
);
m_actions
.
jumpToLineAction
2
->
setProperty
(
Role
,
RequestExecJumpToLineRole
);
m_actions
.
breakAction
=
new
QAction
(
tr
(
"Toggle Breakpoint"
),
this
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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