[modules] Be more consistent in include punctuation
- Use <> for Qt, system, externals - Use double-quotes for Calamares headers
This commit is contained in:
parent
841ea9ff48
commit
ebb3f319cc
@ -23,11 +23,11 @@
|
|||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QVariantMap>
|
#include <QVariantMap>
|
||||||
|
|
||||||
#include <CppJob.h>
|
#include "CppJob.h"
|
||||||
|
|
||||||
#include <utils/PluginFactory.h>
|
#include "utils/PluginFactory.h"
|
||||||
|
|
||||||
#include <DllMacro.h>
|
#include "DllMacro.h"
|
||||||
|
|
||||||
class PLUGINDLLEXPORT DracutLuksCfgJob : public Calamares::CppJob
|
class PLUGINDLLEXPORT DracutLuksCfgJob : public Calamares::CppJob
|
||||||
{
|
{
|
||||||
|
@ -23,11 +23,11 @@
|
|||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QVariantMap>
|
#include <QVariantMap>
|
||||||
|
|
||||||
#include <CppJob.h>
|
#include "CppJob.h"
|
||||||
|
|
||||||
#include <utils/PluginFactory.h>
|
#include "utils/PluginFactory.h"
|
||||||
|
|
||||||
#include <DllMacro.h>
|
#include "DllMacro.h"
|
||||||
|
|
||||||
class PLUGINDLLEXPORT DummyCppJob : public Calamares::CppJob
|
class PLUGINDLLEXPORT DummyCppJob : public Calamares::CppJob
|
||||||
{
|
{
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QVariantMap>
|
#include <QVariantMap>
|
||||||
|
|
||||||
#include <CppJob.h>
|
#include "CppJob.h"
|
||||||
|
|
||||||
#include "partition/KPMManager.h"
|
#include "partition/KPMManager.h"
|
||||||
#include "partition/PartitionSize.h"
|
#include "partition/PartitionSize.h"
|
||||||
#include "utils/PluginFactory.h"
|
#include "utils/PluginFactory.h"
|
||||||
|
|
||||||
#include <DllMacro.h>
|
#include "DllMacro.h"
|
||||||
|
|
||||||
class CoreBackend; // From KPMCore
|
class CoreBackend; // From KPMCore
|
||||||
class Device; // From KPMCore
|
class Device; // From KPMCore
|
||||||
|
@ -22,10 +22,10 @@
|
|||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
|
||||||
#include <utils/PluginFactory.h>
|
#include "utils/PluginFactory.h"
|
||||||
#include <viewpages/ViewStep.h>
|
#include "viewpages/ViewStep.h"
|
||||||
|
|
||||||
#include <DllMacro.h>
|
#include "DllMacro.h"
|
||||||
|
|
||||||
class InteractiveTerminalPage;
|
class InteractiveTerminalPage;
|
||||||
|
|
||||||
|
@ -22,10 +22,10 @@
|
|||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
|
||||||
#include <utils/PluginFactory.h>
|
#include "utils/PluginFactory.h"
|
||||||
#include <viewpages/ViewStep.h>
|
#include "viewpages/ViewStep.h"
|
||||||
|
|
||||||
#include <DllMacro.h>
|
#include "DllMacro.h"
|
||||||
|
|
||||||
class KeyboardPage;
|
class KeyboardPage;
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <SetKeyboardLayoutJob.h>
|
#include "SetKeyboardLayoutJob.h"
|
||||||
|
|
||||||
#include "JobQueue.h"
|
#include "JobQueue.h"
|
||||||
#include "GlobalStorage.h"
|
#include "GlobalStorage.h"
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#ifndef SETKEYBOARDLAYOUTJOB_H
|
#ifndef SETKEYBOARDLAYOUTJOB_H
|
||||||
#define SETKEYBOARDLAYOUTJOB_H
|
#define SETKEYBOARDLAYOUTJOB_H
|
||||||
|
|
||||||
#include <Job.h>
|
#include "Job.h"
|
||||||
|
|
||||||
|
|
||||||
class SetKeyboardLayoutJob : public Calamares::Job
|
class SetKeyboardLayoutJob : public Calamares::Job
|
||||||
|
@ -20,9 +20,9 @@
|
|||||||
#ifndef LICENSEPAGEPLUGIN_H
|
#ifndef LICENSEPAGEPLUGIN_H
|
||||||
#define LICENSEPAGEPLUGIN_H
|
#define LICENSEPAGEPLUGIN_H
|
||||||
|
|
||||||
#include <DllMacro.h>
|
#include "DllMacro.h"
|
||||||
#include <utils/PluginFactory.h>
|
#include "utils/PluginFactory.h"
|
||||||
#include <viewpages/ViewStep.h>
|
#include "viewpages/ViewStep.h"
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QUrl>
|
#include <QUrl>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <SetTimezoneJob.h>
|
#include "SetTimezoneJob.h"
|
||||||
|
|
||||||
#include "GlobalStorage.h"
|
#include "GlobalStorage.h"
|
||||||
#include "JobQueue.h"
|
#include "JobQueue.h"
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#ifndef SETTIMEZONEJOB_H
|
#ifndef SETTIMEZONEJOB_H
|
||||||
#define SETTIMEZONEJOB_H
|
#define SETTIMEZONEJOB_H
|
||||||
|
|
||||||
#include <Job.h>
|
#include "Job.h"
|
||||||
|
|
||||||
|
|
||||||
class SetTimezoneJob : public Calamares::Job
|
class SetTimezoneJob : public Calamares::Job
|
||||||
|
@ -22,11 +22,11 @@
|
|||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QVariantMap>
|
#include <QVariantMap>
|
||||||
|
|
||||||
#include <CppJob.h>
|
#include "CppJob.h"
|
||||||
|
|
||||||
#include <utils/PluginFactory.h>
|
#include "utils/PluginFactory.h"
|
||||||
|
|
||||||
#include <DllMacro.h>
|
#include "DllMacro.h"
|
||||||
|
|
||||||
class PLUGINDLLEXPORT MachineIdJob : public Calamares::CppJob
|
class PLUGINDLLEXPORT MachineIdJob : public Calamares::CppJob
|
||||||
{
|
{
|
||||||
|
@ -19,10 +19,10 @@
|
|||||||
#ifndef OEMVIEWSTEP_H
|
#ifndef OEMVIEWSTEP_H
|
||||||
#define OEMVIEWSTEP_H
|
#define OEMVIEWSTEP_H
|
||||||
|
|
||||||
#include <utils/PluginFactory.h>
|
#include "utils/PluginFactory.h"
|
||||||
#include <viewpages/ViewStep.h>
|
#include "viewpages/ViewStep.h"
|
||||||
|
|
||||||
#include <DllMacro.h>
|
#include "DllMacro.h"
|
||||||
|
|
||||||
#include <QVariantMap>
|
#include <QVariantMap>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#include "EncryptWidget.h"
|
#include "EncryptWidget.h"
|
||||||
|
|
||||||
#include <utils/CalamaresUtilsGui.h>
|
#include "utils/CalamaresUtilsGui.h"
|
||||||
|
|
||||||
EncryptWidget::EncryptWidget( QWidget* parent )
|
EncryptWidget::EncryptWidget( QWidget* parent )
|
||||||
: QWidget( parent )
|
: QWidget( parent )
|
||||||
|
@ -18,16 +18,14 @@
|
|||||||
*/
|
*/
|
||||||
#include "gui/PartitionBarsView.h"
|
#include "gui/PartitionBarsView.h"
|
||||||
|
|
||||||
#include <core/PartitionModel.h>
|
#include "core/PartitionModel.h"
|
||||||
#include <core/ColorUtils.h>
|
#include "core/ColorUtils.h"
|
||||||
|
|
||||||
|
#include "utils/CalamaresUtilsGui.h"
|
||||||
|
#include "utils/Logger.h"
|
||||||
|
|
||||||
#include <kpmcore/core/device.h>
|
#include <kpmcore/core/device.h>
|
||||||
|
|
||||||
#include <utils/CalamaresUtilsGui.h>
|
|
||||||
#include <utils/Logger.h>
|
|
||||||
|
|
||||||
|
|
||||||
// Qt
|
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <QGuiApplication>
|
#include <QGuiApplication>
|
||||||
#include <QMouseEvent>
|
#include <QMouseEvent>
|
||||||
|
@ -21,10 +21,10 @@
|
|||||||
#ifndef PARTITIONVIEWSTEP_H
|
#ifndef PARTITIONVIEWSTEP_H
|
||||||
#define PARTITIONVIEWSTEP_H
|
#define PARTITIONVIEWSTEP_H
|
||||||
|
|
||||||
#include <utils/PluginFactory.h>
|
#include "utils/PluginFactory.h"
|
||||||
#include <viewpages/ViewStep.h>
|
#include "viewpages/ViewStep.h"
|
||||||
|
|
||||||
#include <DllMacro.h>
|
#include "DllMacro.h"
|
||||||
|
|
||||||
#include "core/PartitionActions.h"
|
#include "core/PartitionActions.h"
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#ifndef PARTITIONJOBTESTS_H
|
#ifndef PARTITIONJOBTESTS_H
|
||||||
#define PARTITIONJOBTESTS_H
|
#define PARTITIONJOBTESTS_H
|
||||||
|
|
||||||
#include <JobQueue.h>
|
#include "JobQueue.h"
|
||||||
|
|
||||||
// CalaPM
|
// CalaPM
|
||||||
#include <core/device.h>
|
#include <core/device.h>
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QVariantMap>
|
#include <QVariantMap>
|
||||||
|
|
||||||
#include <Job.h>
|
#include "Job.h"
|
||||||
|
|
||||||
class PlasmaLnfJob : public Calamares::Job
|
class PlasmaLnfJob : public Calamares::Job
|
||||||
{
|
{
|
||||||
|
@ -19,9 +19,9 @@
|
|||||||
#ifndef PLASMALNFVIEWSTEP_H
|
#ifndef PLASMALNFVIEWSTEP_H
|
||||||
#define PLASMALNFVIEWSTEP_H
|
#define PLASMALNFVIEWSTEP_H
|
||||||
|
|
||||||
#include <utils/PluginFactory.h>
|
#include "utils/PluginFactory.h"
|
||||||
#include <viewpages/ViewStep.h>
|
#include "viewpages/ViewStep.h"
|
||||||
#include <DllMacro.h>
|
#include "DllMacro.h"
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QUrl>
|
#include <QUrl>
|
||||||
|
@ -21,10 +21,10 @@
|
|||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
|
||||||
#include <utils/PluginFactory.h>
|
#include "utils/PluginFactory.h"
|
||||||
#include <viewpages/ViewStep.h>
|
#include "viewpages/ViewStep.h"
|
||||||
|
|
||||||
#include <DllMacro.h>
|
#include "DllMacro.h"
|
||||||
|
|
||||||
class SummaryPage;
|
class SummaryPage;
|
||||||
|
|
||||||
|
@ -21,9 +21,9 @@
|
|||||||
|
|
||||||
#include "TrackingType.h"
|
#include "TrackingType.h"
|
||||||
|
|
||||||
#include <DllMacro.h>
|
#include "DllMacro.h"
|
||||||
#include <utils/PluginFactory.h>
|
#include "utils/PluginFactory.h"
|
||||||
#include <viewpages/ViewStep.h>
|
#include "viewpages/ViewStep.h"
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QUrl>
|
#include <QUrl>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <CreateUserJob.h>
|
#include "CreateUserJob.h"
|
||||||
|
|
||||||
#include "GlobalStorage.h"
|
#include "GlobalStorage.h"
|
||||||
#include "JobQueue.h"
|
#include "JobQueue.h"
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#ifndef CREATEUSERJOB_H
|
#ifndef CREATEUSERJOB_H
|
||||||
#define CREATEUSERJOB_H
|
#define CREATEUSERJOB_H
|
||||||
|
|
||||||
#include <Job.h>
|
#include "Job.h"
|
||||||
|
|
||||||
#include <QStringList>
|
#include <QStringList>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#ifndef SETHOSTNAMEJOB_CPP_H
|
#ifndef SETHOSTNAMEJOB_CPP_H
|
||||||
#define SETHOSTNAMEJOB_CPP_H
|
#define SETHOSTNAMEJOB_CPP_H
|
||||||
|
|
||||||
#include <Job.h>
|
#include "Job.h"
|
||||||
|
|
||||||
class SetHostNameJob : public Calamares::Job
|
class SetHostNameJob : public Calamares::Job
|
||||||
{
|
{
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <SetPasswordJob.h>
|
#include "SetPasswordJob.h"
|
||||||
|
|
||||||
#include "GlobalStorage.h"
|
#include "GlobalStorage.h"
|
||||||
#include "JobQueue.h"
|
#include "JobQueue.h"
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#ifndef SETPASSWORDJOB_H
|
#ifndef SETPASSWORDJOB_H
|
||||||
#define SETPASSWORDJOB_H
|
#define SETPASSWORDJOB_H
|
||||||
|
|
||||||
#include <Job.h>
|
#include "Job.h"
|
||||||
|
|
||||||
|
|
||||||
class SetPasswordJob : public Calamares::Job
|
class SetPasswordJob : public Calamares::Job
|
||||||
|
@ -23,10 +23,10 @@
|
|||||||
|
|
||||||
#include "WebViewConfig.h"
|
#include "WebViewConfig.h"
|
||||||
|
|
||||||
#include <utils/PluginFactory.h>
|
#include "utils/PluginFactory.h"
|
||||||
#include <viewpages/ViewStep.h>
|
#include "viewpages/ViewStep.h"
|
||||||
|
|
||||||
#include <DllMacro.h>
|
#include "DllMacro.h"
|
||||||
|
|
||||||
#include <QVariantMap>
|
#include <QVariantMap>
|
||||||
|
|
||||||
|
@ -22,10 +22,10 @@
|
|||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
|
||||||
#include <modulesystem/Requirement.h>
|
#include <modulesystem/Requirement.h>
|
||||||
#include <utils/PluginFactory.h>
|
#include "utils/PluginFactory.h"
|
||||||
#include <viewpages/ViewStep.h>
|
#include "viewpages/ViewStep.h"
|
||||||
|
|
||||||
#include <DllMacro.h>
|
#include "DllMacro.h"
|
||||||
|
|
||||||
#include <QVariantMap>
|
#include <QVariantMap>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user