mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
Fix misprint in variable name of MeshInfos dialog.
This commit is contained in:
parent
c3be633806
commit
38db640f90
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user