mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Dive site: remove edit mode from dive location widget
Since no dive site field editing enters edit mode anymore, the whole edit mode state and code can be removed from the widget. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
0b851d723e
commit
b5d4d88fe5
10 changed files with 30 additions and 113 deletions
|
@ -103,7 +103,7 @@ void editDiveSiteCountry(dive_site *ds, const QString &value)
|
|||
execute(new EditDiveSiteCountry(ds, value));
|
||||
}
|
||||
|
||||
void editDiveSiteLocation(dive_site *ds, const QString &value)
|
||||
void editDiveSiteLocation(dive_site *ds, location_t value)
|
||||
{
|
||||
execute(new EditDiveSiteLocation(ds, value));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue