X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_OperationDescription.cpp;h=e69e39218ca6646321f7341752ada5fae9912778;hb=fc6da0810f1fa783b09e5a41f11dfb43ba9c7e02;hp=ffffe6922f00a1db053f1977304e176cdd7fec70;hpb=7abdb925235d8208608a26fe85eeb599dfa56653;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_OperationDescription.cpp b/src/ModuleBase/ModuleBase_OperationDescription.cpp index ffffe6922..e69e39218 100644 --- a/src/ModuleBase/ModuleBase_OperationDescription.cpp +++ b/src/ModuleBase/ModuleBase_OperationDescription.cpp @@ -9,7 +9,7 @@ #include ModuleBase_OperationDescription::ModuleBase_OperationDescription(const QString& theId) -: myOperationId(theId) + : myOperationId(theId) { } @@ -33,19 +33,19 @@ void ModuleBase_OperationDescription::setDescription(const QString& theDescripti } /*void ModuleBase_OperationDescription::setModelWidgets(const std::string& theXmlRepresentation, - const QList& theWidgets) -{ - myWidgets.clear(); - QList::const_iterator anIt = theWidgets.begin(), aLast = theWidgets.end(); - for (; anIt != aLast; anIt++) - myWidgets.push_back(*anIt); - myXmlRepresentation = theXmlRepresentation; -}*/ + const QList& theWidgets) + { + myWidgets.clear(); + QList::const_iterator anIt = theWidgets.begin(), aLast = theWidgets.end(); + for (; anIt != aLast; anIt++) + myWidgets.push_back(*anIt); + myXmlRepresentation = theXmlRepresentation; + }*/ /*const QList& ModuleBase_OperationDescription::modelWidgets() const -{ - return myWidgets; -}*/ + { + return myWidgets; + }*/ const QString& ModuleBase_OperationDescription::xmlRepresentation() const {