Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / ModuleBase / ModuleBase_IPropertyPanel.cpp
index eb338776b20a50e9c0672bdf8076b55e1a6448f9..bb6d2276a9fe1736a4a2d1773d9498a60d973d4f 100644 (file)
@@ -14,7 +14,8 @@
 #include <ModelAPI_Validator.h>
 #include <ModelAPI_Session.h>
 
-ModuleBase_IPropertyPanel::ModuleBase_IPropertyPanel(QWidget* theParent) : QDockWidget(theParent), myIsEditing(false)
+ModuleBase_IPropertyPanel::ModuleBase_IPropertyPanel(QWidget* theParent)
+ : QDockWidget(theParent), myIsEditing(false)
 {
 
 }
@@ -25,7 +26,7 @@ ModuleBase_ModelWidget* ModuleBase_IPropertyPanel::findFirstAcceptingValueWidget
 }
 
 ModuleBase_ModelWidget* ModuleBase_IPropertyPanel::findFirstAcceptingValueWidget(
-                                                              const QList<ModuleBase_ModelWidget*>& theWidgets)
+                                        const QList<ModuleBase_ModelWidget*>& theWidgets)
 {
   ModuleBase_ModelWidget* aFirstWidget = 0;