]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_WidgetSwitch.cpp
Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetSwitch.cpp
index 77eff6744cfa77257461edc04bc0901a8ada2e03..894b442b210e858407c2ca40ebc4316c81913587 100644 (file)
@@ -18,7 +18,8 @@
 #include <QStackedLayout>
 #include <QVBoxLayout>
 
-ModuleBase_WidgetSwitch::ModuleBase_WidgetSwitch(QWidget* theParent, const Config_WidgetAPI* theData)
+ModuleBase_WidgetSwitch::ModuleBase_WidgetSwitch(QWidget* theParent, 
+  const Config_WidgetAPI* theData)
 : ModuleBase_PagedContainer(theParent, theData)
 {
   QVBoxLayout*  aMainLay = new QVBoxLayout(this);