mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
profile: remove force parameter from ProfileWidget2::plotDive()
The last user was removed in 2789bb05b1.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
4daf687876
commit
8c72ac6b9b
6 changed files with 13 additions and 13 deletions
|
|
@ -80,7 +80,7 @@ public:
|
|||
~ProfileWidget2();
|
||||
void resetZoom();
|
||||
void scale(qreal sx, qreal sy);
|
||||
void plotDive(const struct dive *d, int dc, bool force = false, bool clearPictures = false, bool instant = false);
|
||||
void plotDive(const struct dive *d, int dc, bool clearPictures = false, bool instant = false);
|
||||
void setProfileState(const struct dive *d, int dc);
|
||||
void setPlanState(const struct dive *d, int dc);
|
||||
void setAddState(const struct dive *d, int dc);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue