mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
Fix a crash.
I forgot to initialize a variable, sorry. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
09d08ddc1c
commit
c88ccfae99
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ ProfileWidget2::ProfileWidget2(QWidget *parent) :
|
|||
depthController(new DiveRectItem()),
|
||||
timeController(new DiveRectItem()),
|
||||
diveProfileItem(new DiveProfileItem()),
|
||||
temperatureItem(new DiveTemperatureItem()),
|
||||
cartesianPlane(new DiveCartesianPlane())
|
||||
{
|
||||
setScene(new QGraphicsScene());
|
||||
|
|
Loading…
Reference in a new issue