mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix compile time warnings
Plus some small whitespace fixes. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2e4dcba009
commit
09d08ddc1c
3 changed files with 16 additions and 14 deletions
|
@ -27,8 +27,8 @@ ProfileWidget2::ProfileWidget2(QWidget *parent) :
|
|||
stateMachine(new QStateMachine(this)),
|
||||
background (new DivePixmapItem()),
|
||||
profileYAxis(new DepthAxis()),
|
||||
temperatureAxis(new TemperatureAxis()),
|
||||
gasYAxis(new DiveCartesianAxis()),
|
||||
temperatureAxis(new TemperatureAxis()),
|
||||
timeAxis(new TimeAxis()),
|
||||
depthController(new DiveRectItem()),
|
||||
timeController(new DiveRectItem()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue