forked from qt-creator/qt-creator
Debugger: Remove some confusing duplications
Change-Id: I753306b56540d9e3a3044d6a0f88bce0ce439500 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -581,12 +581,12 @@ void BreakpointDialog::typeChanged(int)
|
||||
case BreakpointByAddress:
|
||||
case WatchpointAtAddress:
|
||||
setParts(AddressPart|AllConditionParts|TracePointPart, m_savedParameters);
|
||||
setPartsEnabled(AddressPart|AllConditionParts|TracePointPart|TracePointPart);
|
||||
setPartsEnabled(AddressPart|AllConditionParts|TracePointPart);
|
||||
clearOtherParts(AddressPart|AllConditionParts|TracePointPart);
|
||||
break;
|
||||
case WatchpointAtExpression:
|
||||
setParts(ExpressionPart|AllConditionParts|TracePointPart, m_savedParameters);
|
||||
setPartsEnabled(ExpressionPart|AllConditionParts|TracePointPart|TracePointPart);
|
||||
setPartsEnabled(ExpressionPart|AllConditionParts|TracePointPart);
|
||||
clearOtherParts(ExpressionPart|AllConditionParts|TracePointPart);
|
||||
break;
|
||||
case BreakpointOnQmlSignalEmit:
|
||||
|
||||
Reference in New Issue
Block a user