planner: send plan in calculatedPlanNotes

Thus, the MainWindow doesn't have to extract the plan from
displayed_dive. This is a tiny step in an attempt to detangle
the interfaces. The bigger goal will be to make displayed_dive
local to the planner.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-04-13 15:09:35 +02:00 committed by Robert C. Helling
parent f123972dbf
commit 62cbf26cc8
4 changed files with 6 additions and 6 deletions

View file

@ -118,7 +118,7 @@ signals:
void cylinderModelEdited();
void startTimeChanged(QDateTime);
void recreationChanged(bool);
void calculatedPlanNotes();
void calculatedPlanNotes(QString);
void variationsComputed(QString);
private: