diff options
author | hjk <[email protected]> | 2009-06-12 11:54:01 +0200 |
---|---|---|
committer | hjk <[email protected]> | 2009-06-12 11:55:42 +0200 |
commit | 94b1b1fd7b58ed365698917b8fecf5071669daa1 (patch) | |
tree | db6d78a0cb16f40d20c328040b6eba1075e617d8 /src/plugins/debugger/breakwindow.h | |
parent | ea74cfd8f3348beac1638d945180a833be10d096 (diff) |
debugger: move 'break by function' menu items
Move menu to from the main debug window to the context menu of the
breakpoints view to avoid clutter in the main menus.
Diffstat (limited to 'src/plugins/debugger/breakwindow.h')
-rw-r--r-- | src/plugins/debugger/breakwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/breakwindow.h b/src/plugins/debugger/breakwindow.h index ec82dc52a74..5bb4e06a0cc 100644 --- a/src/plugins/debugger/breakwindow.h +++ b/src/plugins/debugger/breakwindow.h @@ -50,6 +50,7 @@ signals: void breakpointDeleted(int index); void breakpointActivated(int index); void breakpointSynchronizationRequested(); + void breakByFunctionRequested(const QString &functionName); private slots: void rowActivated(const QModelIndex &index); |