diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-12-20 12:00:57 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-01-10 15:57:39 -0800 |
commit | 78196839903398434638073d26ee9b47da0a0e55 (patch) | |
tree | 89331517469a3646c867db9e1e5f0e9b5f5111ed /profile-widget/profilewidget2.h | |
parent | ea88f4729dcc6ec6df0dc25cb54494d07774dca8 (diff) | |
download | subsurface-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 'profile-widget/profilewidget2.h')
-rw-r--r-- | profile-widget/profilewidget2.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/profile-widget/profilewidget2.h b/profile-widget/profilewidget2.h index 4c6d66898..f077eb9e4 100644 --- a/profile-widget/profilewidget2.h +++ b/profile-widget/profilewidget2.h @@ -98,11 +98,9 @@ signals: void enableShortcuts(); void disableShortcuts(bool paste); void editCurrentDive(); - void dateTimeChangedItems(); public slots: // Necessary to call from QAction's signals. - void dateTimeChanged(); void settingsChanged(); void actionRequestedReplot(bool triggered); void setEmptyState(); |