summaryrefslogtreecommitdiffstats
path: root/qt-ui/globe.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@gmail.com>2015-06-01 22:30:33 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-01 21:35:50 -0700
commit9dc32de878fa86c9aa575b5a4938b0e1bfdf57bf (patch)
treee572b3ec2b32667e0a66aeb743b3962b934681c1 /qt-ui/globe.h
parent3d63fc98554051005461e73925be79a5ed0f2d49 (diff)
downloadsubsurface-9dc32de878fa86c9aa575b5a4938b0e1bfdf57bf.tar.gz
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>
Diffstat (limited to 'qt-ui/globe.h')
-rw-r--r--qt-ui/globe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/globe.h b/qt-ui/globe.h
index 5cdaa1c18..ab03e1266 100644
--- a/qt-ui/globe.h
+++ b/qt-ui/globe.h
@@ -39,7 +39,7 @@ private:
bool doubleClick;
signals:
- void coordinatesChanged(void);
+ void coordinatesChanged();
public
slots: