mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
281a0a945a
commit
e28f171731
3 changed files with 5 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue