Fix misprint in variable name of MeshInfos dialog.

This commit is contained in:
akl 2015-09-23 13:19:45 +04:00
parent c3be633806
commit 38db640f90

View File

@ -267,7 +267,7 @@ SMESHGUI_MeshInfo::SMESHGUI_MeshInfo( QWidget* parent )
QLabel* aNbQuad = createField();
aNbQuad->setObjectName("totalNbQuadraticElems");
QLabel* aNbBiQuad = createField();
aNbQuad->setObjectName("totalNbBiQuadraticElems");
aNbBiQuad->setObjectName("totalNbBiQuadraticElems");
myWidgets[ index++ ] << aNbLine;
myWidgets[ index++ ] << new QLabel( "", this ) << aNbTotal << aNbLin << aNbQuad << aNbBiQuad;