Implement the Buddy Filter interface.

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 16:49:52 -02:00 committed by Dirk Hohndel
parent b1d76ed4d7
commit 358611d029
4 changed files with 38 additions and 1 deletions

View file

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