aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/breakwindow.h
diff options
context:
space:
mode:
authorhjk <[email protected]>2009-06-12 12:57:22 +0200
committerhjk <[email protected]>2009-06-12 12:57:22 +0200
commitb052ce2c2139348b498e241fcedbcecf48a74811 (patch)
tree1133ecc35d88351f853a6402231253d3e3ae8862 /src/plugins/debugger/breakwindow.h
parent94b1b1fd7b58ed365698917b8fecf5071669daa1 (diff)
debugger: add a 'break at main' checkbox in the 'start and debug external' dialog
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 5bb4e06a0cc..600a86c14d3 100644
--- a/src/plugins/debugger/breakwindow.h
+++ b/src/plugins/debugger/breakwindow.h
@@ -51,6 +51,7 @@ signals:
void breakpointActivated(int index);
void breakpointSynchronizationRequested();
void breakByFunctionRequested(const QString &functionName);
+ void breakByFunctionMainRequested();
private slots:
void rowActivated(const QModelIndex &index);