diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-06-26 13:46:54 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-26 18:50:22 -0700 |
commit | 6afd9161e8ef2bce328fdb4663d24d8d4651c12f (patch) | |
tree | cb56804958409711b48496f224e1f179ea6ed0a0 /qt-ui/maintab.cpp | |
parent | 32928b38808ddac56021bc0ddb8ea2dd01c590fa (diff) | |
download | subsurface-6afd9161e8ef2bce328fdb4663d24d8d4651c12f.tar.gz |
Dive site rewrite: correctly position the edit site widget
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.cpp')
-rw-r--r-- | qt-ui/maintab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp index 592157111..a29123521 100644 --- a/qt-ui/maintab.cpp +++ b/qt-ui/maintab.cpp @@ -241,7 +241,7 @@ void MainTab::setCurrentLocationIndex() void MainTab::showDiveSiteSimpleEdit() { SimpleDiveSiteEditDialog dlg(this); - dlg.exec(); + int reason = dlg.exec(); } void MainTab::enableGeoLookupEdition() |