Topic: erreur , error
QET-5735
Cette erreur se produit avec make.
This error occurs with make.
sources/ui/dynamicelementtextmodel.cpp: In member function ‘void DynamicElementTextModel::updateDataFromGroup(ElementTextItemGroup*, DynamicElementTextModel::ValueType)’:
sources/ui/dynamicelementtextmodel.cpp:1382:47: warning: this statement may fall through [-Wimplicit-fallthrough=]
qsi->child(y_grp_row,1)->setData(group->pos().y(), Qt::EditRole);
~~~~~~~~~~^~
sources/ui/dynamicelementtextmodel.cpp:1384:3: note: here
case grpRotation:
^~~~