aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.cpp
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2014-11-13 17:32:17 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-11-13 12:09:58 -0800
commitdee20906e377508831a70b74aec0001f22511f5c (patch)
treee35c16f84a5be3a7fbbd8fbb91d7e5f24c50a00d /qt-ui/mainwindow.cpp
parentb7da2a9c444ef3995a23881d3f847c2e18a48cd3 (diff)
downloadsubsurface-dee20906e377508831a70b74aec0001f22511f5c.tar.gz
Suits Widget created and working.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.cpp')
-rw-r--r--qt-ui/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp
index 934191697..66ebb61b4 100644
--- a/qt-ui/mainwindow.cpp
+++ b/qt-ui/mainwindow.cpp
@@ -185,6 +185,7 @@ void MainWindow::recreateDiveList()
TagFilterModel::instance()->repopulate();
BuddyFilterModel::instance()->repopulate();
LocationFilterModel::instance()->repopulate();
+ SuitsFilterModel::instance()->repopulate();
}
void MainWindow::current_dive_changed(int divenr)