Kaydet (Commit) fd88318c authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: -Werror=switch

Change-Id: Ib29d9c377bad2ba6dfb771b74cc97dcffe768dcb
üst 542120c3
......@@ -489,8 +489,8 @@ namespace rptui
return true;
}
}
}
break;
}
case MouseNotifyEvent::GETFOCUS:
{
if ( m_bDeletingCondition )
......@@ -513,7 +513,9 @@ namespace rptui
{
impl_ensureConditionVisible( dynamic_cast< const Condition& >( *pConditionCandidate ).getConditionIndex() );
}
break;
}
default:
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment