diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-11-05 12:51:05 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-05 13:45:51 -0800 |
commit | e28f171731122e6ce1c3d9b1173be5d62dd34e6b (patch) | |
tree | 78f83d7b52ce541c9c40163eb32df5a55f59daaf /profile-widget/profilewidget2.h | |
parent | 281a0a945ad87cb77a98ec30e2e2e29aecac4e89 (diff) | |
download | subsurface-e28f171731122e6ce1c3d9b1173be5d62dd34e6b.tar.gz |
Untangle Profile from MainWindow: refresh display
Instead of directly calling into the MainWindow, redirect this via a
signal so Subsurface mobile can hook it up as needed.
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 c102bbcf3..5fc6e8d4b 100644 --- a/profile-widget/profilewidget2.h +++ b/profile-widget/profilewidget2.h @@ -92,6 +92,7 @@ signals: void showError(); void enableShortcuts(); void disableShortcuts(bool paste); + void refreshDisplay(bool recreateDivelist); public slots: // Necessary to call from QAction's signals. |