Repopulate the LocationFilter when lading a dive file.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2014-10-31 17:42:56 -02:00 committed by Dirk Hohndel
parent fd1cc4ea2d
commit 14bc7dfeeb

View file

@ -183,6 +183,7 @@ void MainWindow::recreateDiveList()
ui.ListWidget->reload(DiveTripModel::CURRENT);
TagFilterModel::instance()->repopulate();
BuddyFilterModel::instance()->repopulate();
LocationFilterModel::instance()->repopulate();
}
void MainWindow::current_dive_changed(int divenr)