diff options
author | Aurindam Jana <aurindam.jana@nokia.com> | 2011-09-28 17:55:48 +0200 |
---|---|---|
committer | Aurindam Jana <aurindam.jana@nokia.com> | 2011-09-30 16:19:17 +0200 |
commit | 3c61cbb5dfdf8cad583ccf4b3402c80591062afe (patch) | |
tree | 63c1b6189fbe03c7b5bc83d4aedfd4bead6f68e6 /src/plugins/debugger/breakpoint.cpp | |
parent | e1111535801ebf3262a066ff2e004a5ab1df8933 (diff) | |
download | qt-creator-3c61cbb5dfdf8cad583ccf4b3402c80591062afe.tar.gz |
Debugger: Change BreakpointOnSignalHandler to BreakpointOnQMLSignalHandler
Change-Id: Ic71299c38863cdb55862ced7348b2bdc9cf39555
Reviewed-on: http://codereview.qt-project.org/5743
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Diffstat (limited to 'src/plugins/debugger/breakpoint.cpp')
-rw-r--r-- | src/plugins/debugger/breakpoint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/breakpoint.cpp b/src/plugins/debugger/breakpoint.cpp index c313dd307c..6f15a5317f 100644 --- a/src/plugins/debugger/breakpoint.cpp +++ b/src/plugins/debugger/breakpoint.cpp @@ -260,7 +260,7 @@ QString BreakpointParameters::toString() const << " PathUsage: " << pathUsage; break; case BreakpointByFunction: - case BreakpointOnSignalHandler: + case BreakpointOnQmlSignalHandler: ts << " FunctionName: " << functionName; break; case BreakpointByAddress: |