Kaydet (Commit) 06c86a16 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix warning: unannotated fall-through between switch labels

Change-Id: Ieda620525bca6562327e304a91e4793bd9e90d7d
üst c3fcb4a1
...@@ -105,6 +105,7 @@ WidgetDefinitionPart::getStates(ControlType eType, ControlPart ePart, ControlSta ...@@ -105,6 +105,7 @@ WidgetDefinitionPart::getStates(ControlType eType, ControlPart ePart, ControlSta
if (rPushButtonValue.mbIsAction) if (rPushButtonValue.mbIsAction)
sExtra = "action"; sExtra = "action";
} }
break;
default: default:
break; 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