Minor cleanup
Remove obsolete header and unused variable. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6ea6a4305c
commit
73d6057424
@ -10,7 +10,6 @@
|
||||
#include "divetextitem.h"
|
||||
#include "divetooltipitem.h"
|
||||
#include "animationfunctions.h"
|
||||
#include <QStateMachine>
|
||||
#include <QSignalTransition>
|
||||
#include <QPropertyAnimation>
|
||||
#include <QMenu>
|
||||
@ -363,7 +362,7 @@ void ProfileWidget2::settingsChanged()
|
||||
|
||||
void ProfileWidget2::resizeEvent(QResizeEvent* event)
|
||||
{
|
||||
QGraphicsView::resizeEvent(event); DiveRectItem *depthController;
|
||||
QGraphicsView::resizeEvent(event);
|
||||
fitInView(sceneRect(), Qt::IgnoreAspectRatio);
|
||||
fixBackgroundPos();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user