Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / SamplePanelPlugin / SamplePanelPlugin_ModelWidgetCreator.cpp
index e2509d1a8b909c616c0d19a910f62e2a3d3b437c..e1dab9ee8d09ca7438b4b45895ae728dc8638ca2 100755 (executable)
@@ -20,7 +20,8 @@ void SamplePanelPlugin_ModelWidgetCreator::widgetTypes(std::set<std::string>& th
   theTypes = myModelWidgetTypes;
 }
 
-ModuleBase_ModelWidget* SamplePanelPlugin_ModelWidgetCreator::createWidgetByType(const std::string& theType,
+ModuleBase_ModelWidget* SamplePanelPlugin_ModelWidgetCreator::createWidgetByType(
+                                                            const std::string& theType,
                                                             QWidget* theParent,
                                                             Config_WidgetAPI* theWidgetApi,
                                                             ModuleBase_IWorkshop* /*theWorkshop*/)