mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Set up signalling to display notes in planner again.
This got broken in a recent transition to more abstract models. Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f66ea4cbb0
commit
eca7d998e1
5 changed files with 8 additions and 10 deletions
|
@ -88,7 +88,6 @@ public:
|
|||
PlannerDetails *plannerDetails() const;
|
||||
void setLoadedWithFiles(bool filesFromCommandLine);
|
||||
bool filesFromCommandLine() const;
|
||||
void setPlanNotes(const char *notes);
|
||||
void printPlan();
|
||||
void checkSurvey(QSettings *s);
|
||||
void setApplicationState(const QByteArray& state);
|
||||
|
@ -188,6 +187,8 @@ slots:
|
|||
void planCreated();
|
||||
void setEnabledToolbar(bool arg1);
|
||||
void enableDiveSiteCreation();
|
||||
void setPlanNotes();
|
||||
|
||||
|
||||
private:
|
||||
Ui::MainWindow ui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue