mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Clean up include files
They should have a newline at the end. Forward declarations of classes should be 'class'. Function / method definitions don't end on a ';' Remove obsolete QStateMachine forward reference. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
829473ddc6
commit
d49acdb3c0
8 changed files with 25 additions and 27 deletions
|
|
@ -16,31 +16,29 @@
|
|||
#include "graphicsview-common.h"
|
||||
#include "divelineitem.h"
|
||||
|
||||
struct dive;
|
||||
struct plot_info;
|
||||
class ToolTipItem;
|
||||
class MeanDepthLine;
|
||||
class DiveReportedCeiling;
|
||||
class DiveTextItem;
|
||||
class TemperatureAxis;
|
||||
class DiveEventItem;
|
||||
struct DivePlotDataModel;
|
||||
struct DivePixmapItem;
|
||||
struct DiveRectItem;
|
||||
struct DepthAxis;
|
||||
struct DiveCartesianAxis;
|
||||
struct DiveProfileItem;
|
||||
struct TimeAxis;
|
||||
struct dive;
|
||||
struct QStateMachine;
|
||||
struct DiveCartesianPlane;
|
||||
struct DiveTemperatureItem;
|
||||
struct plot_info;
|
||||
struct DiveGasPressureItem;
|
||||
struct DiveCalculatedCeiling;
|
||||
struct DiveReportedCeiling;
|
||||
struct DiveCalculatedTissue;
|
||||
struct PartialPressureGasItem;
|
||||
struct PartialGasPressureAxis;
|
||||
struct AbstractProfilePolygonItem;
|
||||
class DivePlotDataModel;
|
||||
class DivePixmapItem;
|
||||
class DiveRectItem;
|
||||
class DepthAxis;
|
||||
class DiveCartesianAxis;
|
||||
class DiveProfileItem;
|
||||
class TimeAxis;
|
||||
class DiveCartesianPlane;
|
||||
class DiveTemperatureItem;
|
||||
class DiveGasPressureItem;
|
||||
class DiveCalculatedCeiling;
|
||||
class DiveCalculatedTissue;
|
||||
class PartialPressureGasItem;
|
||||
class PartialGasPressureAxis;
|
||||
class AbstractProfilePolygonItem;
|
||||
|
||||
class ProfileWidget2 : public QGraphicsView {
|
||||
Q_OBJECT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue