mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: turn protected into private members
Some profilewidget classes hat protected members which can be made private as there is no subclassing. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
fc697538fa
commit
ebb342c969
4 changed files with 8 additions and 14 deletions
|
@ -183,10 +183,8 @@ public
|
|||
slots:
|
||||
void recalc();
|
||||
|
||||
protected:
|
||||
ProfileWidget2 *profileWidget;
|
||||
|
||||
private:
|
||||
ProfileWidget2 *profileWidget;
|
||||
bool is3mIncrement;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue