forked from qt-creator/qt-creator
Fix warning
Change-Id: I1b68ad0c97b630b95a6c47e6d0a0709c2a0872f6 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -1325,6 +1325,7 @@ void BreakHandler::setResponse(BreakpointModelId id,
|
||||
void BreakHandler::changeBreakpointData(BreakpointModelId id,
|
||||
const BreakpointParameters &data, BreakpointParts parts)
|
||||
{
|
||||
Q_UNUSED(parts);
|
||||
Iterator it = m_storage.find(id);
|
||||
BREAK_ASSERT(it != m_storage.end(), return);
|
||||
if (data == it->data)
|
||||
|
||||
Reference in New Issue
Block a user