mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
profile: remove redundant parameter in setPrintMode()
Since using separate profile-instances for print/export, we never exit print mode. Therefore, the mode parameter can be removed. This is a preparatory commit for passing the printMode at construction time. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
db726862ae
commit
9f6e487790
8 changed files with 21 additions and 21 deletions
|
@ -612,7 +612,7 @@ void PlannerWidgets::printDecoPlan()
|
|||
auto profile = std::make_unique<ProfileWidget2>(DivePlannerPointsModel::instance(), 1.0, nullptr);
|
||||
profile->setPlanState(&displayed_dive, 0);
|
||||
profile->plotDive(&displayed_dive, 0, true, true);
|
||||
profile->setPrintMode(true);
|
||||
profile->setPrintMode();
|
||||
profile->draw(&painter, QRect(0, 0, pixmap.width(), pixmap.height()));
|
||||
|
||||
QByteArray byteArray;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue