mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
profile: no doClearPictures argument for ProfileWidget2::plotDive
All callers were passing the default value (false). Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
01af4bcd00
commit
685b7cb2a8
2 changed files with 6 additions and 12 deletions
|
@ -46,7 +46,7 @@ public:
|
|||
ProfileWidget2(DivePlannerPointsModel *plannerModel, double dpr, QWidget *parent = 0);
|
||||
~ProfileWidget2();
|
||||
void resetZoom();
|
||||
void plotDive(const struct dive *d, int dc, bool clearPictures = false, bool instant = false);
|
||||
void plotDive(const struct dive *d, int dc, bool instant = false);
|
||||
void setProfileState(const struct dive *d, int dc);
|
||||
void setPlanState(const struct dive *d, int dc);
|
||||
void setEditState(const struct dive *d, int dc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue