debugger: create actions for 'Stack Up' and 'Stack Down'

There is no shortcut associated with these actions, the user has to
set them up by himself.
This commit is contained in:
hjk
2010-06-07 13:17:19 +02:00
parent b1e63fff98
commit 61e52d2e70
4 changed files with 35 additions and 0 deletions

View File

@@ -180,6 +180,8 @@ struct DebuggerManagerActions
QAction *breakAction;
QAction *sepAction;
QAction *reverseDirectionAction;
QAction *frameUpAction;
QAction *frameDownAction;
};
} // namespace Internal