mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Change the diveSiteMessage to show close or accept/reject
This gives us consistent behavior and allows closing the dive site management screen without editing. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ca64f8a782
commit
b81647bd8a
2 changed files with 24 additions and 10 deletions
|
|
@ -246,6 +246,7 @@ private:
|
|||
struct dive_site *currentDs;
|
||||
Ui::LocationInformation ui;
|
||||
bool modified;
|
||||
QAction *closeAction, *acceptAction, *rejectAction;
|
||||
};
|
||||
|
||||
bool isGnome3Session();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue