mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Cleanup: remove ProfileWidget2::refreshDisplay signal
It was not used anywhere. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
78d4a4ce36
commit
ecb517d496
2 changed files with 0 additions and 2 deletions
|
@ -320,7 +320,6 @@ MainWindow::MainWindow() : QMainWindow(),
|
||||||
connect(graphics, &ProfileWidget2::enableToolbar ,this, &MainWindow::setEnabledToolbar);
|
connect(graphics, &ProfileWidget2::enableToolbar ,this, &MainWindow::setEnabledToolbar);
|
||||||
connect(graphics, &ProfileWidget2::disableShortcuts, this, &MainWindow::disableShortcuts);
|
connect(graphics, &ProfileWidget2::disableShortcuts, this, &MainWindow::disableShortcuts);
|
||||||
connect(graphics, &ProfileWidget2::enableShortcuts, this, &MainWindow::enableShortcuts);
|
connect(graphics, &ProfileWidget2::enableShortcuts, this, &MainWindow::enableShortcuts);
|
||||||
connect(graphics, &ProfileWidget2::refreshDisplay, this, &MainWindow::refreshDisplay);
|
|
||||||
connect(graphics, &ProfileWidget2::editCurrentDive, this, &MainWindow::editCurrentDive);
|
connect(graphics, &ProfileWidget2::editCurrentDive, this, &MainWindow::editCurrentDive);
|
||||||
connect(graphics, &ProfileWidget2::updateDiveInfo, mainTab.get(), &MainTab::updateDiveInfo);
|
connect(graphics, &ProfileWidget2::updateDiveInfo, mainTab.get(), &MainTab::updateDiveInfo);
|
||||||
|
|
||||||
|
|
|
@ -97,7 +97,6 @@ signals:
|
||||||
void enableToolbar(bool enable);
|
void enableToolbar(bool enable);
|
||||||
void enableShortcuts();
|
void enableShortcuts();
|
||||||
void disableShortcuts(bool paste);
|
void disableShortcuts(bool paste);
|
||||||
void refreshDisplay(bool recreateDivelist);
|
|
||||||
void updateDiveInfo();
|
void updateDiveInfo();
|
||||||
void editCurrentDive();
|
void editCurrentDive();
|
||||||
void dateTimeChangedItems();
|
void dateTimeChangedItems();
|
||||||
|
|
Loading…
Reference in a new issue