forked from qt-creator/qt-creator
debugger: move isCppBreakpoint to Breakpoint
Change-Id: I241401fa010166982e5a95a699c99fbaa87188ef Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -674,7 +674,7 @@ void QmlEngine::attemptBreakpointSynchronization()
|
||||
|
||||
bool QmlEngine::acceptsBreakpoint(BreakpointModelId id) const
|
||||
{
|
||||
if (!DebuggerEngine::isCppBreakpoint(breakHandler()->breakpointData(id)))
|
||||
if (!breakHandler()->breakpointData(id).isCppBreakpoint())
|
||||
return true;
|
||||
|
||||
//If it is a Cpp Breakpoint query if the type can be also handled by the debugger client
|
||||
|
||||
Reference in New Issue
Block a user