Add SPDX header to desktop widgets

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-04-27 20:26:05 +02:00
parent 5372f12d8b
commit 9021a44ccc
99 changed files with 103 additions and 4 deletions

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "desktop-widgets/about.h" #include "desktop-widgets/about.h"
#include "core/version.h" #include "core/version.h"
#include <QDesktopServices> #include <QDesktopServices>

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef ABOUT_H #ifndef ABOUT_H
#define ABOUT_H #define ABOUT_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include <QShortcut> #include <QShortcut>
#include <QDebug> #include <QDebug>
#include <QMessageBox> #include <QMessageBox>

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef BTDEVICESELECTIONDIALOG_H #ifndef BTDEVICESELECTIONDIALOG_H
#define BTDEVICESELECTIONDIALOG_H #define BTDEVICESELECTIONDIALOG_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "desktop-widgets/configuredivecomputerdialog.h" #include "desktop-widgets/configuredivecomputerdialog.h"
#include "core/helpers.h" #include "core/helpers.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef CONFIGUREDIVECOMPUTERDIALOG_H #ifndef CONFIGUREDIVECOMPUTERDIALOG_H
#define CONFIGUREDIVECOMPUTERDIALOG_H #define CONFIGUREDIVECOMPUTERDIALOG_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "desktop-widgets/divecomputermanagementdialog.h" #include "desktop-widgets/divecomputermanagementdialog.h"
#include "desktop-widgets/mainwindow.h" #include "desktop-widgets/mainwindow.h"
#include "core/helpers.h" #include "core/helpers.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef DIVECOMPUTERMANAGEMENTDIALOG_H #ifndef DIVECOMPUTERMANAGEMENTDIALOG_H
#define DIVECOMPUTERMANAGEMENTDIALOG_H #define DIVECOMPUTERMANAGEMENTDIALOG_H
#include <QDialog> #include <QDialog>

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* divelistview.cpp * divelistview.cpp
* *

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* divelistview.h * divelistview.h
* *

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include <QFileDialog> #include <QFileDialog>
#include <QShortcut> #include <QShortcut>
#include <QSettings> #include <QSettings>

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef DIVELOGEXPORTDIALOG_H #ifndef DIVELOGEXPORTDIALOG_H
#define DIVELOGEXPORTDIALOG_H #define DIVELOGEXPORTDIALOG_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "desktop-widgets/divelogimportdialog.h" #include "desktop-widgets/divelogimportdialog.h"
#include "desktop-widgets/mainwindow.h" #include "desktop-widgets/mainwindow.h"
#include "core/color.h" #include "core/color.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef DIVELOGIMPORTDIALOG_H #ifndef DIVELOGIMPORTDIALOG_H
#define DIVELOGIMPORTDIALOG_H #define DIVELOGIMPORTDIALOG_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "desktop-widgets/divepicturewidget.h" #include "desktop-widgets/divepicturewidget.h"
#include "qt-models/divepicturemodel.h" #include "qt-models/divepicturemodel.h"
#include "core/metrics.h" #include "core/metrics.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef DIVEPICTUREWIDGET_H #ifndef DIVEPICTUREWIDGET_H
#define DIVEPICTUREWIDGET_H #define DIVEPICTUREWIDGET_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "desktop-widgets/diveplanner.h" #include "desktop-widgets/diveplanner.h"
#include "desktop-widgets/modeldelegates.h" #include "desktop-widgets/modeldelegates.h"
#include "desktop-widgets/mainwindow.h" #include "desktop-widgets/mainwindow.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef DIVEPLANNER_H #ifndef DIVEPLANNER_H
#define DIVEPLANNER_H #define DIVEPLANNER_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "desktop-widgets/diveshareexportdialog.h" #include "desktop-widgets/diveshareexportdialog.h"
#include "ui_diveshareexportdialog.h" #include "ui_diveshareexportdialog.h"
#include "desktop-widgets/mainwindow.h" #include "desktop-widgets/mainwindow.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef DIVESHAREEXPORTDIALOG_H #ifndef DIVESHAREEXPORTDIALOG_H
#define DIVESHAREEXPORTDIALOG_H #define DIVESHAREEXPORTDIALOG_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "desktop-widgets/downloadfromdivecomputer.h" #include "desktop-widgets/downloadfromdivecomputer.h"
#include "core/helpers.h" #include "core/helpers.h"
#include "desktop-widgets/mainwindow.h" #include "desktop-widgets/mainwindow.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef DOWNLOADFROMDIVECOMPUTER_H #ifndef DOWNLOADFROMDIVECOMPUTER_H
#define DOWNLOADFROMDIVECOMPUTER_H #define DOWNLOADFROMDIVECOMPUTER_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "desktop-widgets/globe.h" #include "desktop-widgets/globe.h"
#ifndef NO_MARBLE #ifndef NO_MARBLE
#include "desktop-widgets/mainwindow.h" #include "desktop-widgets/mainwindow.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef GLOBE_H #ifndef GLOBE_H
#define GLOBE_H #define GLOBE_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (c) 2013 Maximilian Güntner <maximilian.guentner@gmail.com> * Copyright (c) 2013 Maximilian Güntner <maximilian.guentner@gmail.com>
* *

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (c) 2013 Maximilian Güntner <maximilian.guentner@gmail.com> * Copyright (c) 2013 Maximilian Güntner <maximilian.guentner@gmail.com>
* *

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: LGPL-2.1+
/* This file is part of the KDE libraries /* This file is part of the KDE libraries
* *
* Copyright (c) 2011 Aurélien Gâteau <agateau@kde.org> * Copyright (c) 2011 Aurélien Gâteau <agateau@kde.org>

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: LGPL-2.1+
/* This file is part of the KDE libraries /* This file is part of the KDE libraries
* *
* Copyright (c) 2011 Aurélien Gâteau <agateau@kde.org> * Copyright (c) 2011 Aurélien Gâteau <agateau@kde.org>

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "desktop-widgets/locationinformation.h" #include "desktop-widgets/locationinformation.h"
#include "core/dive.h" #include "core/dive.h"
#include "desktop-widgets/mainwindow.h" #include "desktop-widgets/mainwindow.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef LOCATIONINFORMATION_H #ifndef LOCATIONINFORMATION_H
#define LOCATIONINFORMATION_H #define LOCATIONINFORMATION_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* mainwindow.cpp * mainwindow.cpp
* *

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* mainwindow.h * mainwindow.h
* *

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: LGPL-2.1+
// //
// This file is part of the Marble Virtual Globe. // This file is part of the Marble Virtual Globe.
// //

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "desktop-widgets/modeldelegates.h" #include "desktop-widgets/modeldelegates.h"
#include "core/dive.h" #include "core/dive.h"
#include "core/gettextfromc.h" #include "core/gettextfromc.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef MODELDELEGATES_H #ifndef MODELDELEGATES_H
#define MODELDELEGATES_H #define MODELDELEGATES_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "notificationwidget.h" #include "notificationwidget.h"
NotificationWidget::NotificationWidget(QWidget *parent) : KMessageWidget(parent) NotificationWidget::NotificationWidget(QWidget *parent) : KMessageWidget(parent)

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef NOTIFICATIONWIDGET_H #ifndef NOTIFICATIONWIDGET_H
#define NOTIFICATIONWIDGET_H #define NOTIFICATIONWIDGET_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "facebook_integration.h" #include "facebook_integration.h"
#include "facebookconnectwidget.h" #include "facebookconnectwidget.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef FACEBOOK_INTEGRATION_H #ifndef FACEBOOK_INTEGRATION_H
#define FACEBOOK_INTEGRATION_H #define FACEBOOK_INTEGRATION_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "facebookconnectwidget.h" #include "facebookconnectwidget.h"
#include <QJsonDocument> #include <QJsonDocument>

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef FACEBOOKCONNECTWIDGET_H #ifndef FACEBOOKCONNECTWIDGET_H
#define FACEBOOKCONNECTWIDGET_H #define FACEBOOKCONNECTWIDGET_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "abstractpreferenceswidget.h" #include "abstractpreferenceswidget.h"
AbstractPreferencesWidget::AbstractPreferencesWidget(const QString& name, const QIcon& icon, float positionHeight) AbstractPreferencesWidget::AbstractPreferencesWidget(const QString& name, const QIcon& icon, float positionHeight)

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef ABSTRACTPREFERENCESWIDGET_H #ifndef ABSTRACTPREFERENCESWIDGET_H
#define ABSTRACTPREFERENCESWIDGET_H #define ABSTRACTPREFERENCESWIDGET_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "preferences_defaults.h" #include "preferences_defaults.h"
#include "ui_preferences_defaults.h" #include "ui_preferences_defaults.h"
#include "core/dive.h" #include "core/dive.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef PREFERENCES_DEFAULTS_H #ifndef PREFERENCES_DEFAULTS_H
#define PREFERENCES_DEFAULTS_H #define PREFERENCES_DEFAULTS_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "preferences_georeference.h" #include "preferences_georeference.h"
#include "ui_prefs_georeference.h" #include "ui_prefs_georeference.h"
#include "core/prefs-macros.h" #include "core/prefs-macros.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef PREFERENCES_GEOREFERENCE_H #ifndef PREFERENCES_GEOREFERENCE_H
#define PREFERENCES_GEOREFERENCE_H #define PREFERENCES_GEOREFERENCE_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "preferences_graph.h" #include "preferences_graph.h"
#include "ui_preferences_graph.h" #include "ui_preferences_graph.h"
#include "core/prefs-macros.h" #include "core/prefs-macros.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef PREFERENCES_GRAPH_H #ifndef PREFERENCES_GRAPH_H
#define PREFERENCES_GRAPH_H #define PREFERENCES_GRAPH_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "preferences_language.h" #include "preferences_language.h"
#include "ui_prefs_language.h" #include "ui_prefs_language.h"
#include "core/helpers.h" #include "core/helpers.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef PREFERENCES_LANGUAGE_H #ifndef PREFERENCES_LANGUAGE_H
#define PREFERENCES_LANGUAGE_H #define PREFERENCES_LANGUAGE_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "preferences_network.h" #include "preferences_network.h"
#include "ui_preferences_network.h" #include "ui_preferences_network.h"
#include "core/dive.h" #include "core/dive.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef PREFERENCES_NETWORK_H #ifndef PREFERENCES_NETWORK_H
#define PREFERENCES_NETWORK_H #define PREFERENCES_NETWORK_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "preferences_units.h" #include "preferences_units.h"
#include "ui_preferences_units.h" #include "ui_preferences_units.h"
#include "core/prefs-macros.h" #include "core/prefs-macros.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef PREFERENCES_UNITS_H #ifndef PREFERENCES_UNITS_H
#define PREFERENCES_UNITS_H #define PREFERENCES_UNITS_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "preferencesdialog.h" #include "preferencesdialog.h"
#include "abstractpreferenceswidget.h" #include "abstractpreferenceswidget.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef PREFERENCES_WIDGET_H #ifndef PREFERENCES_WIDGET_H
#define PREFERENCES_WIDGET_H #define PREFERENCES_WIDGET_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "printdialog.h" #include "printdialog.h"
#include "printoptions.h" #include "printoptions.h"
#include "mainwindow.h" #include "mainwindow.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef PRINTDIALOG_H #ifndef PRINTDIALOG_H
#define PRINTDIALOG_H #define PRINTDIALOG_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "printer.h" #include "printer.h"
#include "templatelayout.h" #include "templatelayout.h"
#include "core/statistics.h" #include "core/statistics.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef PRINTER_H #ifndef PRINTER_H
#define PRINTER_H #define PRINTER_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "printoptions.h" #include "printoptions.h"
#include "templateedit.h" #include "templateedit.h"
#include "core/helpers.h" #include "core/helpers.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef PRINTOPTIONS_H #ifndef PRINTOPTIONS_H
#define PRINTOPTIONS_H #define PRINTOPTIONS_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "desktop-widgets/simplewidgets.h" #include "desktop-widgets/simplewidgets.h"
#include "qt-models/filtermodels.h" #include "qt-models/filtermodels.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef SIMPLEWIDGETS_H #ifndef SIMPLEWIDGETS_H
#define SIMPLEWIDGETS_H #define SIMPLEWIDGETS_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "desktop-widgets/starwidget.h" #include "desktop-widgets/starwidget.h"
#include "core/metrics.h" #include "core/metrics.h"
#include <QSvgRenderer> #include <QSvgRenderer>

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef STARWIDGET_H #ifndef STARWIDGET_H
#define STARWIDGET_H #define STARWIDGET_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "desktop-widgets/statistics/statisticswidget.h" #include "desktop-widgets/statistics/statisticswidget.h"
#include "qt-models/yearlystatisticsmodel.h" #include "qt-models/yearlystatisticsmodel.h"
#include <QModelIndex> #include <QModelIndex>

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef YEARLYSTATISTICSWIDGET_H #ifndef YEARLYSTATISTICSWIDGET_H
#define YEARLYSTATISTICSWIDGET_H #define YEARLYSTATISTICSWIDGET_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "desktop-widgets/subsurfacewebservices.h" #include "desktop-widgets/subsurfacewebservices.h"
#include "core/helpers.h" #include "core/helpers.h"
#include "core/webservice.h" #include "core/webservice.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef SUBSURFACEWEBSERVICES_H #ifndef SUBSURFACEWEBSERVICES_H
#define SUBSURFACEWEBSERVICES_H #define SUBSURFACEWEBSERVICES_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "TabBase.h" #include "TabBase.h"
TabBase::TabBase(QWidget *parent) : QWidget(parent) TabBase::TabBase(QWidget *parent) : QWidget(parent)

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef TAB_BASE_H #ifndef TAB_BASE_H
#define TAB_BASE_H #define TAB_BASE_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "TabDiveExtraInfo.h" #include "TabDiveExtraInfo.h"
#include "ui_TabDiveExtraInfo.h" #include "ui_TabDiveExtraInfo.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef TAB_DIVE_EXTRA_INFO_H #ifndef TAB_DIVE_EXTRA_INFO_H
#define TAB_DIVE_EXTRA_INFO_H #define TAB_DIVE_EXTRA_INFO_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "TabDiveInformation.h" #include "TabDiveInformation.h"
#include "ui_TabDiveInformation.h" #include "ui_TabDiveInformation.h"
#include "../tagwidget.h" #include "../tagwidget.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef TAB_DIVE_INFORMATION_H #ifndef TAB_DIVE_INFORMATION_H
#define TAB_DIVE_INFORMATION_H #define TAB_DIVE_INFORMATION_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "TabDivePhotos.h" #include "TabDivePhotos.h"
#include "ui_TabDivePhotos.h" #include "ui_TabDivePhotos.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef TAB_DIVE_PHOTOS_H #ifndef TAB_DIVE_PHOTOS_H
#define TAB_DIVE_PHOTOS_H #define TAB_DIVE_PHOTOS_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "TabDiveStatistics.h" #include "TabDiveStatistics.h"
#include "ui_TabDiveStatistics.h" #include "ui_TabDiveStatistics.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef TAB_DIVE_STATISTICS_H #ifndef TAB_DIVE_STATISTICS_H
#define TAB_DIVE_STATISTICS_H #define TAB_DIVE_STATISTICS_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* maintab.cpp * maintab.cpp
* *

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/* /*
* maintab.h * maintab.h
* *

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "desktop-widgets/tableview.h" #include "desktop-widgets/tableview.h"
#include "desktop-widgets/modeldelegates.h" #include "desktop-widgets/modeldelegates.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef TABLEVIEW_H #ifndef TABLEVIEW_H
#define TABLEVIEW_H #define TABLEVIEW_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "tagwidget.h" #include "tagwidget.h"
#include "mainwindow.h" #include "mainwindow.h"
#include "tab-widgets/maintab.h" #include "tab-widgets/maintab.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef TAGWIDGET_H #ifndef TAGWIDGET_H
#define TAGWIDGET_H #define TAGWIDGET_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "templateedit.h" #include "templateedit.h"
#include "printoptions.h" #include "printoptions.h"
#include "printer.h" #include "printer.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef TEMPLATEEDIT_H #ifndef TEMPLATEEDIT_H
#define TEMPLATEEDIT_H #define TEMPLATEEDIT_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include <string> #include <string>
#include "templatelayout.h" #include "templatelayout.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef TEMPLATELAYOUT_H #ifndef TEMPLATELAYOUT_H
#define TEMPLATELAYOUT_H #define TEMPLATELAYOUT_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "desktop-widgets/undocommands.h" #include "desktop-widgets/undocommands.h"
#include "desktop-widgets/mainwindow.h" #include "desktop-widgets/mainwindow.h"
#include "core/divelist.h" #include "core/divelist.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef UNDOCOMMANDS_H #ifndef UNDOCOMMANDS_H
#define UNDOCOMMANDS_H #define UNDOCOMMANDS_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include "desktop-widgets/updatemanager.h" #include "desktop-widgets/updatemanager.h"
#include "core/helpers.h" #include "core/helpers.h"
#include "core/qthelper.h" #include "core/qthelper.h"

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef UPDATEMANAGER_H #ifndef UPDATEMANAGER_H
#define UPDATEMANAGER_H #define UPDATEMANAGER_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include <QDesktopServices> #include <QDesktopServices>
#include <QShortcut> #include <QShortcut>
#include <QFile> #include <QFile>

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef USERMANUAL_H #ifndef USERMANUAL_H
#define USERMANUAL_H #define USERMANUAL_H

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include <QShortcut> #include <QShortcut>
#include <QMessageBox> #include <QMessageBox>
#include <QSettings> #include <QSettings>

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef USERSURVEY_H #ifndef USERSURVEY_H
#define USERSURVEY_H #define USERSURVEY_H