desktop: don't update models in MainWindow::refreshDisplay()

The models should now properly reset themselves if data in
the core changes.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-05-05 10:37:02 +02:00 committed by Dirk Hohndel
parent fb6210a99a
commit 1cd9229ae0
2 changed files with 3 additions and 5 deletions

View file

@ -158,7 +158,7 @@ public
slots:
void turnOffNdlTts();
void readSettings();
void refreshDisplay(bool doRecreateDiveList = true);
void refreshDisplay();
void showProfile();
void refreshProfile();
void editCurrentDive();