Add missing break statement in switch

This commit is contained in:
baldurk
2017-12-11 19:19:44 +00:00
parent f693a9fadc
commit 9099e7a8c5
@@ -65,6 +65,7 @@ struct SortValue
val.u = result.value.u64;
else
val.u = result.value.u32;
break;
default:
qCritical() << "Unexpected component type" << ToQStr(description.resultType);