]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_ModelWidget.cpp
Salome HOME
Sources formated according to the codeing standards
[modules/shaper.git] / src / ModuleBase / ModuleBase_ModelWidget.cpp
index 86a8a8e0f1eb4a36b796a2889457c7763e224cf4..80c4cb856c00509eb93bc34b766d0f2c0668775b 100644 (file)
 
 #include <QWidget>
 
-ModuleBase_ModelWidget::ModuleBase_ModelWidget(QObject* theParent, 
-  const Config_WidgetAPI* theData, 
-  const std::string& theParentId)
- : QObject(theParent), myHasDefaultValue(false), myParentId(theParentId)
+ModuleBase_ModelWidget::ModuleBase_ModelWidget(QObject* theParent, const Config_WidgetAPI* theData,
+                                               const std::string& theParentId)
+    : QObject(theParent),
+      myHasDefaultValue(false),
+      myParentId(theParentId)
 {
   myAttributeID = theData ? theData->widgetId() : "";
 }
@@ -41,7 +42,6 @@ bool ModuleBase_ModelWidget::focusTo()
   return true;
 }
 
-
 void ModuleBase_ModelWidget::updateObject(ObjectPtr theObj) const
 {
   Events_Loop::loop()->flush(Events_Loop::eventByName(EVENT_OBJECT_UPDATED));