mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
3b2ae46eb8
commit
41751a5899
2 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
|
@ -97,7 +97,6 @@ signals:
|
|||
void enableToolbar(bool enable);
|
||||
void enableShortcuts();
|
||||
void disableShortcuts(bool paste);
|
||||
void updateDiveInfo();
|
||||
void editCurrentDive();
|
||||
void dateTimeChangedItems();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue