debugger: add missing 'Use full path' toggle in recently added 'Add Breakpoints' dialog

Reviewed-by: Friedemann Kleint
This commit is contained in:
hjk
2010-09-28 13:14:14 +02:00
parent 19638d3d97
commit b8d5f256a0
8 changed files with 127 additions and 64 deletions

View File

@@ -364,6 +364,12 @@ bool BreakpointData::conditionsMatch() const
return s1 == s2;
}
void BreakpointData::reinsertBreakpoint()
{
QTC_ASSERT(m_handler, return);
m_handler->reinsertBreakpoint(this);
}
} // namespace Internal
} // namespace Debugger