mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-07 09:37:27 +05:00
fix indentation
This commit is contained in:
parent
d2c62e114d
commit
f55c997d2e
@ -80,12 +80,12 @@ bool SMESHGUI_XmlHandler::startElement (const QString&, const QString&,
|
|||||||
}
|
}
|
||||||
else if (qName == "meshers-group") // group of hypotheses and algorithms
|
else if (qName == "meshers-group") // group of hypotheses and algorithms
|
||||||
{
|
{
|
||||||
// if (atts.value("server-lib") != "")
|
// if (atts.value("server-lib") != "")
|
||||||
{
|
{
|
||||||
myPluginName = atts.value("name");
|
myPluginName = atts.value("name");
|
||||||
myServerLib = atts.value("server-lib");
|
myServerLib = atts.value("server-lib");
|
||||||
myClientLib = atts.value("gui-lib");
|
myClientLib = atts.value("gui-lib");
|
||||||
/* It's Need to tranlate lib name for WIN32 or X platform
|
/* It's Need to tranlate lib name for WIN32 or X platform
|
||||||
* (only client lib, because server lib translates in SMESH_Gen_i::createHypothesis
|
* (only client lib, because server lib translates in SMESH_Gen_i::createHypothesis
|
||||||
* for normal work of *.py files )
|
* for normal work of *.py files )
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user