summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/breakwindow.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2009-06-12 11:54:01 +0200
committerhjk <qtc-committer@nokia.com>2009-06-12 11:55:42 +0200
commit94b1b1fd7b58ed365698917b8fecf5071669daa1 (patch)
treedb6d78a0cb16f40d20c328040b6eba1075e617d8 /src/plugins/debugger/breakwindow.h
parentea74cfd8f3348beac1638d945180a833be10d096 (diff)
downloadqt-creator-94b1b1fd7b58ed365698917b8fecf5071669daa1.tar.gz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/breakwindow.h b/src/plugins/debugger/breakwindow.h
index ec82dc52a7..5bb4e06a0c 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);