diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-11-05 13:11:26 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-05 13:45:51 -0800 |
commit | 2b9316e16ab94b1a8ef7a0c5abbce2f80abf5053 (patch) | |
tree | 03cc0b62eb754c7e543f43f1aa96e7ab2012da42 /profile-widget/profilewidget2.h | |
parent | 4ec5ce4c7a69acc682a9ed03b0170bf0f43c88af (diff) | |
download | subsurface-2b9316e16ab94b1a8ef7a0c5abbce2f80abf5053.tar.gz |
Untangle Profile from MainWindow: update main tab via signal
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'profile-widget/profilewidget2.h')
-rw-r--r-- | profile-widget/profilewidget2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profile-widget/profilewidget2.h b/profile-widget/profilewidget2.h index 5fc6e8d4b..f5977eb22 100644 --- a/profile-widget/profilewidget2.h +++ b/profile-widget/profilewidget2.h @@ -93,6 +93,7 @@ signals: void enableShortcuts(); void disableShortcuts(bool paste); void refreshDisplay(bool recreateDivelist); + void updateDiveInfo(bool clear); public slots: // Necessary to call from QAction's signals. |