diff options
Diffstat (limited to 'profile-widget/tankitem.cpp')
-rw-r--r-- | profile-widget/tankitem.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/profile-widget/tankitem.cpp b/profile-widget/tankitem.cpp index 5469ffc0d..d87b1228b 100644 --- a/profile-widget/tankitem.cpp +++ b/profile-widget/tankitem.cpp @@ -7,8 +7,7 @@ static const qreal height = 3.0; -TankItem::TankItem(QObject *parent) : - QObject(parent), +TankItem::TankItem() : plotEndTime(-1) { QColor red(PERSIANRED1); @@ -111,6 +110,4 @@ void TankItem::replot() void TankItem::setHorizontalAxis(DiveCartesianAxis *horizontal) { hAxis = horizontal; - connect(hAxis, SIGNAL(sizeChanged()), this, SLOT(replot())); - replot(); } |