From: sbh Date: Wed, 24 Sep 2014 11:58:56 +0000 (+0400) Subject: Issue #144 make sources compilable: processFocus is not required anymore X-Git-Tag: V_0.4.4~27 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c984be26dfe0c35888d8fc6a056d3ffd096561a9;p=modules%2Fshaper.git Issue #144 make sources compilable: processFocus is not required anymore --- diff --git a/src/ModuleBase/ModuleBase_WidgetShapeSelector.cpp b/src/ModuleBase/ModuleBase_WidgetShapeSelector.cpp index 92c31271c..441a3c3b5 100644 --- a/src/ModuleBase/ModuleBase_WidgetShapeSelector.cpp +++ b/src/ModuleBase/ModuleBase_WidgetShapeSelector.cpp @@ -72,7 +72,6 @@ ModuleBase_WidgetShapeSelector::ModuleBase_WidgetShapeSelector(QWidget* theParen myTextLine = new QLineEdit(myContainer); myTextLine->setReadOnly(true); myTextLine->setToolTip(aToolTip); - processFocus(myTextLine); myTextLine->installEventFilter(this); myBasePalet = myTextLine->palette();