From 479ee121b7d36b901761ab3c7ca8a18693fbcc30 Mon Sep 17 00:00:00 2001 From: sbh Date: Thu, 27 Nov 2014 12:36:24 +0300 Subject: [PATCH] Compilation problems after merge resolved. --- src/XGUI/XGUI_PropertyPanel.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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()) { -- 2.39.2