mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Correctly connect the maintab to dive site management
We now have a working uuid - use it. And populate the fields accordingly. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5c4d266060
commit
0e6345f65b
6 changed files with 15 additions and 19 deletions
|
@ -228,14 +228,13 @@ public slots:
|
|||
|
||||
void showEvent(QShowEvent *);
|
||||
|
||||
/* change that to setLocationSite(QUuid diveSiteUid or something later */
|
||||
void setLocationName(const QString& name);
|
||||
void setLocationCoords(const QString& coords);
|
||||
void setLocationId(uint32_t uuid);
|
||||
|
||||
signals:
|
||||
void informationManagementEnded();
|
||||
|
||||
private:
|
||||
struct dive_site *currentDs;
|
||||
Ui::LocationInformation ui;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue