summaryrefslogtreecommitdiffstats
path: root/qt-ui/maintab.cpp
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2015-09-21 14:01:58 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-09-23 14:07:07 -0700
commitbe6e190bd2b0480d76fc29bed95d46ad1aa7f414 (patch)
treefcbf03eacc3cdc05c0b12c0705937034354b85c7 /qt-ui/maintab.cpp
parent000a93fb64d92729c51762e1483d36859d442e9d (diff)
downloadsubsurface-be6e190bd2b0480d76fc29bed95d46ad1aa7f414.tar.gz
Skeleton of the new LocationCombobox
This is the bare minimum skeleton of the new completer for the dive site management. Nothing works, yet, nothing is hoocked up, yet. 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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp
index 2e4d3fc9f..2499906c9 100644
--- a/qt-ui/maintab.cpp
+++ b/qt-ui/maintab.cpp
@@ -480,6 +480,7 @@ void MainTab::updateDiveInfo(bool clear)
#endif
}
+ ui.location->refreshDiveSiteCache();
EditMode rememberEM = editMode;
// don't execute this while adding / planning a dive
if (editMode == ADD || editMode == MANUALLY_ADDED_DIVE || MainWindow::instance()->graphics()->isPlanner())