From: sbh Date: Thu, 27 Nov 2014 09:36:24 +0000 (+0300) Subject: Compilation problems after merge resolved. X-Git-Tag: V_0.6.0^2~59 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=479ee121b7d36b901761ab3c7ca8a18693fbcc30;p=modules%2Fshaper.git Compilation problems after merge resolved. --- diff --git a/src/XGUI/XGUI_PropertyPanel.cpp b/src/XGUI/XGUI_PropertyPanel.cpp index 1fc6d8a92..c5b1a50d7 100644 --- a/src/XGUI/XGUI_PropertyPanel.cpp +++ b/src/XGUI/XGUI_PropertyPanel.cpp @@ -96,8 +96,7 @@ void XGUI_PropertyPanel::setModelWidgets(const QList& t //ModuleBase_WidgetPoint2D* aPointWidget = dynamic_cast(*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()) {