mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-20 06:45:27 +00:00
Small code cleanup.
This was bugging me for a while. :) Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4f1cae7a2f
commit
ad0aa8cc49
1 changed files with 1 additions and 2 deletions
|
@ -73,8 +73,7 @@ void MainWindow::refreshDisplay(bool recreateDiveList)
|
|||
if (recreateDiveList)
|
||||
ui.ListWidget->reload(DiveTripModel::CURRENT);
|
||||
ui.ListWidget->setFocus();
|
||||
WSInfoModel *wsim = WSInfoModel::instance();
|
||||
wsim->updateInfo();
|
||||
WSInfoModel::instance()->updateInfo();
|
||||
}
|
||||
|
||||
void MainWindow::current_dive_changed(int divenr)
|
||||
|
|
Loading…
Add table
Reference in a new issue