mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Put include guard to every header
* ensure include guard to every header * comment endif guard block Signed-off-by: Boris Barbulovski <bbarbulovski@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a3d82bf9b1
commit
ccb1c33d02
54 changed files with 78 additions and 66 deletions
|
|
@ -13,4 +13,4 @@ namespace Animations{
|
|||
void animDelete(QObject *obj);
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // ANIMATIONFUNCTIONS_H
|
||||
|
|
|
|||
|
|
@ -115,4 +115,4 @@ private:
|
|||
qreal verticalSize;
|
||||
qreal horizontalSize;
|
||||
};
|
||||
#endif
|
||||
#endif // DIVECARTESIANAXIS_H
|
||||
|
|
|
|||
|
|
@ -26,4 +26,4 @@ private:
|
|||
struct event* internalEvent;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // DIVEEVENTITEM_H
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@ public:
|
|||
void animateMoveTo(qreal x, qreal y);
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // DIVELINEITEM_H
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@ public:
|
|||
DivePixmapItem(QObject* parent = 0);
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // DIVEPIXMAPITEM_H
|
||||
|
|
|
|||
|
|
@ -36,4 +36,4 @@ private:
|
|||
int dcNr;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // DIVEPLOTDATAMODEL_H
|
||||
|
|
|
|||
|
|
@ -158,4 +158,4 @@ private:
|
|||
QColor normalColor;
|
||||
QColor alertColor;
|
||||
};
|
||||
#endif
|
||||
#endif // DIVEPROFILEITEM_H
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@ public:
|
|||
DiveRectItem(QObject *parent = 0, QGraphicsItem *parentItem = 0);
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // DIVERECTITEM_H
|
||||
|
|
|
|||
|
|
@ -29,4 +29,4 @@ private:
|
|||
QBrush brush;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // DIVETEXTITEM_H
|
||||
|
|
|
|||
|
|
@ -58,4 +58,4 @@ private:
|
|||
plot_info pInfo;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // DIVETOOLTIPITEM_H
|
||||
|
|
|
|||
|
|
@ -99,4 +99,4 @@ private:
|
|||
PartialPressureGasItem *po2GasItem;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // PROFILEWIDGET2_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue