]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Compilation problems after merge resolved.
authorsbh <sergey.belash@opencascade.com>
Thu, 27 Nov 2014 09:36:24 +0000 (12:36 +0300)
committersbh <sergey.belash@opencascade.com>
Thu, 27 Nov 2014 09:36:24 +0000 (12:36 +0300)
src/XGUI/XGUI_PropertyPanel.cpp

index 1fc6d8a92bfe56a8664ecf73cdf08ec05e367831..c5b1a50d7ad70b6e6133f8c7e1494166c43a296b 100644 (file)
@@ -96,8 +96,7 @@ void XGUI_PropertyPanel::setModelWidgets(const QList<ModuleBase_ModelWidget*>& t
     //ModuleBase_WidgetPoint2D* aPointWidget = dynamic_cast<ModuleBase_WidgetPoint2D*>(*anIt);
     //if (aPointWidget)
     //  connect(aPointWidget, SIGNAL(storedPoint2D(ObjectPtr, const std::string&)), this,
-    //          SIGNAL(storedPoint2D(ObjectPtr, const std::string&)));
-    }
+    //          SIGNAL(storedPoint2D(ObjectPtr, const std::string&)))
 
     if (!isEnableStretch) continue;
     foreach(QWidget* eachWidget, (*anIt)->getControls()) {