forked from qt-creator/qt-creator
debugger: fix c&p error causing 'jump to line' to fail
This commit is contained in:
@@ -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.jumpToLineAction1->setProperty(Role, RequestExecJumpToLineRole);
|
||||
m_actions.jumpToLineAction2->setProperty(Role, RequestExecJumpToLineRole);
|
||||
|
||||
m_actions.breakAction = new QAction(tr("Toggle Breakpoint"), this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user