X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_IErrorMgr.h;h=9f595fdbbf7bb5e5fa97c9467694d7d1cd882f1c;hb=561ec84c4405975d78d8cd7d50c5bfa6dba8d738;hp=701a49f80ee58ce649bb3d534aca4e0420c362c2;hpb=c3ae28ba30027cc4a6a757ef623f40adaae96ead;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_IErrorMgr.h b/src/ModuleBase/ModuleBase_IErrorMgr.h index 701a49f80..9f595fdbb 100644 --- a/src/ModuleBase/ModuleBase_IErrorMgr.h +++ b/src/ModuleBase/ModuleBase_IErrorMgr.h @@ -34,10 +34,6 @@ public: /// \return Currently installed property panel ModuleBase_IPropertyPanel* propertyPanel() const { return myPropertyPanel; } -public slots: - /// SLOT, that is called after the operation is validated and feature validation errors have changed. - //virtual void onValidationStateChanged() = 0; - protected slots: /// Process values changed event for processing feature attribute validation errors. virtual void onWidgetChanged() = 0;