From: vsv Date: Tue, 13 Dec 2016 12:33:25 +0000 (+0300) Subject: Fix member names confusion X-Git-Tag: before_porting_8.2.0~21 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bb1ac9025ac6c89ddcf094bf20d79dc0dfe3ae3b;p=modules%2Fshaper.git Fix member names confusion --- diff --git a/src/CollectionPlugin/CollectionPlugin_WidgetField.h b/src/CollectionPlugin/CollectionPlugin_WidgetField.h index d8df899fc..5f202f551 100644 --- a/src/CollectionPlugin/CollectionPlugin_WidgetField.h +++ b/src/CollectionPlugin/CollectionPlugin_WidgetField.h @@ -76,6 +76,7 @@ protected: /// \param theEvent an event virtual bool eventFilter(QObject* theObject, QEvent* theEvent); + //virtual void showEvent(QShowEvent* theEvent); protected slots: /// Slot which is called on selection event @@ -196,7 +197,7 @@ private: int myEditIndex; /// Stae of a table editing - bool myIsEditing; + bool myIsTabEdit; bool myActivation; };