[libcalamares] Don't format files copied from KCoreAddons
This commit is contained in:
parent
b7f54a3866
commit
29b9a21f59
@ -24,8 +24,11 @@
|
|||||||
#include "PluginFactory.h"
|
#include "PluginFactory.h"
|
||||||
#include "PluginFactory_p.h"
|
#include "PluginFactory_p.h"
|
||||||
|
|
||||||
#include <QObjectCleanupHandler>
|
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
|
#include <QObjectCleanupHandler>
|
||||||
|
|
||||||
|
// *INDENT-OFF*
|
||||||
|
// clang-format off
|
||||||
|
|
||||||
Q_GLOBAL_STATIC( QObjectCleanupHandler, factorycleanup )
|
Q_GLOBAL_STATIC( QObjectCleanupHandler, factorycleanup )
|
||||||
|
|
||||||
|
@ -27,8 +27,11 @@
|
|||||||
#include "DllMacro.h"
|
#include "DllMacro.h"
|
||||||
|
|
||||||
#include <QtCore/QObject>
|
#include <QtCore/QObject>
|
||||||
#include <QtCore/QVariant>
|
|
||||||
#include <QtCore/QStringList>
|
#include <QtCore/QStringList>
|
||||||
|
#include <QtCore/QVariant>
|
||||||
|
|
||||||
|
// *INDENT-OFF*
|
||||||
|
// clang-format off
|
||||||
|
|
||||||
namespace Calamares
|
namespace Calamares
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user