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:
Berthold Stoeger 2021-10-20 11:50:44 +02:00 committed by Dirk Hohndel
parent 01af4bcd00
commit 685b7cb2a8
2 changed files with 6 additions and 12 deletions

View file

@ -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);