mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
b1d76ed4d7
commit
358611d029
4 changed files with 38 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue