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 <QMainWindow>
|
||||
#include <QAction>
|
||||
#include <QUrl>
|
||||
#include <QUuid>
|
||||
|
||||
#include "ui_mainwindow.h"
|
||||
|
||||
|
|
@ -159,7 +160,7 @@ slots:
|
|||
void on_paste_triggered();
|
||||
void on_actionFilterTags_triggered();
|
||||
void on_actionConfigure_Dive_Computer_triggered();
|
||||
void enableDiveSiteEdit();
|
||||
void enableDiveSiteEdit(QUuid id);
|
||||
void setDefaultState();
|
||||
|
||||
protected:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue