diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-02-11 14:53:02 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-11 16:34:02 -0800 |
commit | d769c6016fb9fd484cfee90aa58eaac67f0d536a (patch) | |
tree | 07ff7f209b9bd77d2bd6caab8f56f958d57f45cb /qt-ui/simplewidgets.h | |
parent | 68691c9d6d05ba28c8e0e8c837dcd32bb2eec42c (diff) | |
download | subsurface-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.h | 5 |
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(); |