mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 17:33:24 +00:00
Profile: include Qt headers directly
No reason to include mainwindow.h Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f3232b1a6f
commit
3ef9e07380
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
#include "divetextitem.h"
|
||||
#include "mainwindow.h"
|
||||
#include "profilewidget2.h"
|
||||
#include "subsurface-core/color.h"
|
||||
|
||||
#include <QBrush>
|
||||
#include <QDebug>
|
||||
#include <QApplication>
|
||||
|
||||
DiveTextItem::DiveTextItem(QGraphicsItem *parent) : QGraphicsItemGroup(parent),
|
||||
internalAlignFlags(Qt::AlignHCenter | Qt::AlignVCenter),
|
||||
|
|
Loading…
Add table
Reference in a new issue