mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Pass a fake dive site UUID to the callback.
This is the start of the preparations to edit the dive site, passing a uuid so we can retrieve it later. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d769c6016f
commit
42afb4972a
4 changed files with 13 additions and 6 deletions
|
@ -10,6 +10,7 @@
|
|||
#include <QTabWidget>
|
||||
#include <QDialog>
|
||||
#include <QMap>
|
||||
#include <QUuid>
|
||||
|
||||
#include "ui_maintab.h"
|
||||
#include "completionmodels.h"
|
||||
|
@ -55,7 +56,7 @@ public:
|
|||
signals:
|
||||
void addDiveFinished();
|
||||
void dateTimeChanged();
|
||||
void requestDiveSiteEdit();
|
||||
void requestDiveSiteEdit(QUuid diveSiteId);
|
||||
public
|
||||
slots:
|
||||
void addCylinder_clicked();
|
||||
|
@ -93,7 +94,7 @@ slots:
|
|||
void photoDoubleClicked(const QString filePath);
|
||||
void removeSelectedPhotos();
|
||||
void updateGpsCoordinates();
|
||||
|
||||
void prepareDiveSiteEdit();
|
||||
private:
|
||||
Ui::MainTab ui;
|
||||
WeightModel *weightModel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue