mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +00:00
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
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue