cleanup: remove unused signal ProfileWidget2::updateDiveInfo

Last user was remove in 0bd821183d.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-11-25 19:52:02 +01:00 committed by Dirk Hohndel
parent 3b2ae46eb8
commit 41751a5899
2 changed files with 0 additions and 2 deletions

View file

@ -308,7 +308,6 @@ MainWindow::MainWindow() : QMainWindow(),
connect(graphics, &ProfileWidget2::disableShortcuts, this, &MainWindow::disableShortcuts);
connect(graphics, &ProfileWidget2::enableShortcuts, this, &MainWindow::enableShortcuts);
connect(graphics, &ProfileWidget2::editCurrentDive, this, &MainWindow::editCurrentDive);
connect(graphics, &ProfileWidget2::updateDiveInfo, mainTab.get(), &MainTab::updateDiveInfo);
connect(&diveListNotifier, &DiveListNotifier::settingsChanged, graphics, &ProfileWidget2::settingsChanged);

View file

@ -97,7 +97,6 @@ signals:
void enableToolbar(bool enable);
void enableShortcuts();
void disableShortcuts(bool paste);
void updateDiveInfo();
void editCurrentDive();
void dateTimeChangedItems();