mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove the ProfileWidget from mainwindow.ui
It is now in mainwindo.cpp Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2992d78f83
commit
6b038c2a9a
21 changed files with 50 additions and 38 deletions
|
@ -5,6 +5,8 @@
|
|||
#include "diveplotdatamodel.h"
|
||||
#include "animationfunctions.h"
|
||||
#include "mainwindow.h"
|
||||
#include "divelineitem.h"
|
||||
#include "profilewidget2.h"
|
||||
|
||||
static QPen gridPen()
|
||||
{
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
#include "libdivecomputer/parser.h"
|
||||
#include "mainwindow.h"
|
||||
#include "maintab.h"
|
||||
#include "profile/profilewidget2.h"
|
||||
|
||||
#include <QSettings>
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#include "divetextitem.h"
|
||||
#include "mainwindow.h"
|
||||
#include "profilewidget2.h"
|
||||
|
||||
DiveTextItem::DiveTextItem(QGraphicsItem *parent) : QGraphicsItemGroup(parent),
|
||||
internalAlignFlags(Qt::AlignHCenter | Qt::AlignVCenter),
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
#include "ruleritem.h"
|
||||
#include "preferences.h"
|
||||
#include "mainwindow.h"
|
||||
#include "profilewidget2.h"
|
||||
#include "display.h"
|
||||
|
||||
#include <qgraphicssceneevent.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue