Salome HOME
Issue #1855: Expand a folder on adding of a first object
[modules/shaper.git] / src / PartSet / PartSet_WidgetChoice.h
index d83bc3643a7b06b42dc492b63614447e2f077eed..6c70e7f7d311fabb617ca4e617170e7b9b23133c 100644 (file)
@@ -22,7 +22,7 @@ Q_OBJECT
   /// Constructor
   /// \param theParent the parent object
   /// \param theData the widget configuation. The attribute of the model widget is obtained from
-  PartSet_WidgetChoice(QWidget* theParent, const Config_WidgetAPI* theData) 
+  PartSet_WidgetChoice(QWidget* theParent, const Config_WidgetAPI* theData)
     : ModuleBase_WidgetChoice(theParent, theData) {}
 };