mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove Combobox from LocationManagement
I tought about it a bit, and the combobox of the location management was a bit overkill - we already have another combobox to select the divesite and also the plus button to add one. If the user wanna edit the current divesite, he can go to menu and edit it. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3d63fc9855
commit
9dc32de878
4 changed files with 36 additions and 66 deletions
|
@ -1,5 +1,6 @@
|
|||
#include "divelocationmodel.h"
|
||||
#include "dive.h"
|
||||
#include <QDebug>
|
||||
|
||||
bool dive_site_less_than(dive_site *a, dive_site *b)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue