From e019559d0b7eb0e2e1dde2e55ac1025b8a2ff545 Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 26 Dec 2005 10:41:53 +0000 Subject: [PATCH] PAL10953. Make fields of parameters protected --- src/SMESHGUI/SMESHGUI_aParameter.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/SMESHGUI/SMESHGUI_aParameter.h b/src/SMESHGUI/SMESHGUI_aParameter.h index dcd8c7177..d8933731e 100644 --- a/src/SMESHGUI/SMESHGUI_aParameter.h +++ b/src/SMESHGUI/SMESHGUI_aParameter.h @@ -70,7 +70,7 @@ public: QString & Label(); -private: +protected: QString _label; bool _needPreview; }; @@ -99,7 +99,7 @@ public: virtual QString sigValueChanged() const; -private: +protected: int _top, _bottom; int _initValue, _newValue; }; @@ -132,7 +132,7 @@ public: virtual QString sigValueChanged() const; -private: +protected: double _top, _bottom, _step; double _initValue, _newValue; int _decimals; @@ -158,7 +158,7 @@ public: virtual QString sigValueChanged() const; -private: +protected: QString _initValue, _newValue; }; @@ -220,7 +220,7 @@ public: virtual QString sigValueChanged() const; -private: +protected: int myInitValue, myValue; QStringList myValues; }; @@ -248,7 +248,7 @@ public: virtual QString sigValueChanged() const; -private: +protected: bool myInitValue, myValue; }; -- 2.30.2