mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
profile: remove ProfileWidget2::zoomFactor member
This is a constant, no point in keeping it as a member variable. Contains removal of a pointless #ifdef (guarding against mobile, but code not compiled on mobile), a typo-fix in a comment and replacement of Qt's idiosyncratic qreal by double. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
2f9c0c04b5
commit
7051bee7e1
2 changed files with 5 additions and 6 deletions
|
@ -136,7 +136,6 @@ private:
|
|||
|
||||
DivePlannerPointsModel *plannerModel; // If null, no planning supported.
|
||||
int zoomLevel;
|
||||
qreal zoomFactor;
|
||||
#ifndef SUBSURFACE_MOBILE
|
||||
ToolTipItem *toolTipItem;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue