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>
This commit is contained in:
Tomaz Canabrava 2015-09-21 14:01:58 -03:00 committed by Dirk Hohndel
parent 000a93fb64
commit be6e190bd2
4 changed files with 180 additions and 1 deletions

View file

@ -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())