mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Untangle Profile from MainWindow: edit current profile
And action can't not just trigger a slot, it can also send a signal. With this there is no reference to the MainWindow left in the profile. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2b9316e16a
commit
e7edaea4f8
3 changed files with 3 additions and 2 deletions
|
|
@ -94,6 +94,7 @@ signals:
|
|||
void disableShortcuts(bool paste);
|
||||
void refreshDisplay(bool recreateDivelist);
|
||||
void updateDiveInfo(bool clear);
|
||||
void editCurrentDive();
|
||||
|
||||
public
|
||||
slots: // Necessary to call from QAction's signals.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue