mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix uninitialized variable
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
39f9fb09db
commit
f5fbbfddb2
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ GlobeGPS::GlobeGPS(QWidget* parent) : MarbleWidget(parent), loadedDives(0)
|
|||
|
||||
setMinimumHeight(0);
|
||||
setMinimumWidth(0);
|
||||
editingDiveCoords = 0;
|
||||
}
|
||||
|
||||
void GlobeGPS::mouseClicked(qreal lon, qreal lat, GeoDataCoordinates::Unit unit)
|
||||
|
|
Loading…
Add table
Reference in a new issue