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:
Tomaz Canabrava 2015-02-11 10:14:45 -08:00 committed by Dirk Hohndel
parent d769c6016f
commit 42afb4972a
4 changed files with 13 additions and 6 deletions

View file

@ -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: