mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add SPDX header to profile widgets
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9021a44ccc
commit
49d0bb8406
24 changed files with 24 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "profile-widget/animationfunctions.h"
|
#include "profile-widget/animationfunctions.h"
|
||||||
#include "core/pref.h"
|
#include "core/pref.h"
|
||||||
#include <QPropertyAnimation>
|
#include <QPropertyAnimation>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef ANIMATIONFUNCTIONS_H
|
#ifndef ANIMATIONFUNCTIONS_H
|
||||||
#define ANIMATIONFUNCTIONS_H
|
#define ANIMATIONFUNCTIONS_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "profile-widget/divecartesianaxis.h"
|
#include "profile-widget/divecartesianaxis.h"
|
||||||
#include "profile-widget/divetextitem.h"
|
#include "profile-widget/divetextitem.h"
|
||||||
#include "core/helpers.h"
|
#include "core/helpers.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef DIVECARTESIANAXIS_H
|
#ifndef DIVECARTESIANAXIS_H
|
||||||
#define DIVECARTESIANAXIS_H
|
#define DIVECARTESIANAXIS_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "profile-widget/diveeventitem.h"
|
#include "profile-widget/diveeventitem.h"
|
||||||
#include "qt-models/diveplotdatamodel.h"
|
#include "qt-models/diveplotdatamodel.h"
|
||||||
#include "profile-widget/divecartesianaxis.h"
|
#include "profile-widget/divecartesianaxis.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef DIVEEVENTITEM_H
|
#ifndef DIVEEVENTITEM_H
|
||||||
#define DIVEEVENTITEM_H
|
#define DIVEEVENTITEM_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "divelineitem.h"
|
#include "divelineitem.h"
|
||||||
|
|
||||||
DiveLineItem::DiveLineItem(QGraphicsItem *parent) : QGraphicsLineItem(parent)
|
DiveLineItem::DiveLineItem(QGraphicsItem *parent) : QGraphicsLineItem(parent)
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef DIVELINEITEM_H
|
#ifndef DIVELINEITEM_H
|
||||||
#define DIVELINEITEM_H
|
#define DIVELINEITEM_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "profile-widget/divepixmapitem.h"
|
#include "profile-widget/divepixmapitem.h"
|
||||||
#include "profile-widget/animationfunctions.h"
|
#include "profile-widget/animationfunctions.h"
|
||||||
#include "qt-models/divepicturemodel.h"
|
#include "qt-models/divepicturemodel.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef DIVEPIXMAPITEM_H
|
#ifndef DIVEPIXMAPITEM_H
|
||||||
#define DIVEPIXMAPITEM_H
|
#define DIVEPIXMAPITEM_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "profile-widget/diveprofileitem.h"
|
#include "profile-widget/diveprofileitem.h"
|
||||||
#include "qt-models/diveplotdatamodel.h"
|
#include "qt-models/diveplotdatamodel.h"
|
||||||
#include "profile-widget/divecartesianaxis.h"
|
#include "profile-widget/divecartesianaxis.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef DIVEPROFILEITEM_H
|
#ifndef DIVEPROFILEITEM_H
|
||||||
#define DIVEPROFILEITEM_H
|
#define DIVEPROFILEITEM_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "diverectitem.h"
|
#include "diverectitem.h"
|
||||||
|
|
||||||
DiveRectItem::DiveRectItem(QObject *parent, QGraphicsItem *parentItem) : QObject(parent), QGraphicsRectItem(parentItem)
|
DiveRectItem::DiveRectItem(QObject *parent, QGraphicsItem *parentItem) : QObject(parent), QGraphicsRectItem(parentItem)
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef DIVERECTITEM_H
|
#ifndef DIVERECTITEM_H
|
||||||
#define DIVERECTITEM_H
|
#define DIVERECTITEM_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "divetextitem.h"
|
#include "divetextitem.h"
|
||||||
#include "profilewidget2.h"
|
#include "profilewidget2.h"
|
||||||
#include "core/color.h"
|
#include "core/color.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef DIVETEXTITEM_H
|
#ifndef DIVETEXTITEM_H
|
||||||
#define DIVETEXTITEM_H
|
#define DIVETEXTITEM_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "profile-widget/divetooltipitem.h"
|
#include "profile-widget/divetooltipitem.h"
|
||||||
#include "profile-widget/divecartesianaxis.h"
|
#include "profile-widget/divecartesianaxis.h"
|
||||||
#include "core/dive.h"
|
#include "core/dive.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef DIVETOOLTIPITEM_H
|
#ifndef DIVETOOLTIPITEM_H
|
||||||
#define DIVETOOLTIPITEM_H
|
#define DIVETOOLTIPITEM_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "profile-widget/profilewidget2.h"
|
#include "profile-widget/profilewidget2.h"
|
||||||
#include "qt-models/diveplotdatamodel.h"
|
#include "qt-models/diveplotdatamodel.h"
|
||||||
#include "core/helpers.h"
|
#include "core/helpers.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef PROFILEWIDGET2_H
|
#ifndef PROFILEWIDGET2_H
|
||||||
#define PROFILEWIDGET2_H
|
#define PROFILEWIDGET2_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "profile-widget/ruleritem.h"
|
#include "profile-widget/ruleritem.h"
|
||||||
#ifndef SUBSURFACE_MOBILE
|
#ifndef SUBSURFACE_MOBILE
|
||||||
#include "desktop-widgets/preferences/preferencesdialog.h"
|
#include "desktop-widgets/preferences/preferencesdialog.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef RULERITEM_H
|
#ifndef RULERITEM_H
|
||||||
#define RULERITEM_H
|
#define RULERITEM_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#include "profile-widget/tankitem.h"
|
#include "profile-widget/tankitem.h"
|
||||||
#include "qt-models/diveplotdatamodel.h"
|
#include "qt-models/diveplotdatamodel.h"
|
||||||
#include "profile-widget/divetextitem.h"
|
#include "profile-widget/divetextitem.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
#ifndef TANKITEM_H
|
#ifndef TANKITEM_H
|
||||||
#define TANKITEM_H
|
#define TANKITEM_H
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue