summaryrefslogtreecommitdiffstats
path: root/qt-ui/maintab.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-02-13 23:49:05 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-02-13 23:50:31 -0800
commitf81e2c111d9c563a78e62c3bae64bec07c052ec0 (patch)
tree2d343699fb50e26b969c4dead21e8a10ff6f7b8f /qt-ui/maintab.h
parent6820b13bd58ee382a21215e84427dfd690857dd6 (diff)
downloadsubsurface-f81e2c111d9c563a78e62c3bae64bec07c052ec0.tar.gz
When updating the dive site name, show this on the maintab
If we accept a change on the dive site management screen, it needs to be reflected on the Dive notes tab right away. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r--qt-ui/maintab.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h
index aebd51073..8869b068e 100644
--- a/qt-ui/maintab.h
+++ b/qt-ui/maintab.h
@@ -93,6 +93,8 @@ slots:
void photoDoubleClicked(const QString filePath);
void removeSelectedPhotos();
void prepareDiveSiteEdit();
+ void showLocation();
+
private:
Ui::MainTab ui;
WeightModel *weightModel;