summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/tab-widgets/maintab.cpp
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-12-20 12:00:57 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2021-01-10 15:57:39 -0800
commit78196839903398434638073d26ee9b47da0a0e55 (patch)
tree89331517469a3646c867db9e1e5f0e9b5f5111ed /desktop-widgets/tab-widgets/maintab.cpp
parentea88f4729dcc6ec6df0dc25cb54494d07774dca8 (diff)
downloadsubsurface-78196839903398434638073d26ee9b47da0a0e55.tar.gz
profile: remove ProfileWidget2::dateTimeChanged()
This function sent a signal and the only listener was removed in the previous commit. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets/tab-widgets/maintab.cpp')
-rw-r--r--desktop-widgets/tab-widgets/maintab.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop-widgets/tab-widgets/maintab.cpp b/desktop-widgets/tab-widgets/maintab.cpp
index ba0d2db55..9bcc36cff 100644
--- a/desktop-widgets/tab-widgets/maintab.cpp
+++ b/desktop-widgets/tab-widgets/maintab.cpp
@@ -256,7 +256,6 @@ void MainTab::divesChanged(const QVector<dive *> &dives, DiveField field)
updateNotes(current_dive);
if (field.datetime) {
updateDateTime(current_dive);
- MainWindow::instance()->graphics->dateTimeChanged();
DivePlannerPointsModel::instance()->getDiveplan().when = current_dive->when;
}
if (field.divesite)