summaryrefslogtreecommitdiffstats
path: root/qt-ui/simplewidgets.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2015-02-11 14:53:02 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-02-11 16:34:02 -0800
commitd769c6016fb9fd484cfee90aa58eaac67f0d536a (patch)
tree07ff7f209b9bd77d2bd6caab8f56f958d57f45cb /qt-ui/simplewidgets.h
parent68691c9d6d05ba28c8e0e8c837dcd32bb2eec42c (diff)
downloadsubsurface-d769c6016fb9fd484cfee90aa58eaac67f0d536a.tar.gz
Copy the name and the coords when entering the EditDiveSite state
Name and coords of the current dive are copied to the edit dive site screen. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/simplewidgets.h')
-rw-r--r--qt-ui/simplewidgets.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/qt-ui/simplewidgets.h b/qt-ui/simplewidgets.h
index 16ed0478c..24af171a7 100644
--- a/qt-ui/simplewidgets.h
+++ b/qt-ui/simplewidgets.h
@@ -227,6 +227,11 @@ public slots:
void rejectChanges();
void showEvent(QShowEvent *);
+
+ /* change that to setLocationSite(QUuid diveSiteUid or something later */
+ void setLocationName(const QString& name);
+ void setLocationCoords(const QString& coords);
+
signals:
void informationManagementEnded();