diff options
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: |