refactor: clang-format

This commit is contained in:
Lars Toenning
2024-11-16 11:00:14 +01:00
parent a4a896d82d
commit 97eed9562a
1855 changed files with 10922 additions and 9422 deletions

View File

@@ -6,17 +6,17 @@
#ifndef SWIFT_MISC_WEATHER_WINDLAYER_H
#define SWIFT_MISC_WEATHER_WINDLAYER_H
#include <QMetaType>
#include <QString>
#include "misc/aviation/altitude.h"
#include "misc/swiftmiscexport.h"
#include "misc/metaclass.h"
#include "misc/pq/angle.h"
#include "misc/pq/speed.h"
#include "misc/propertyindexref.h"
#include "misc/swiftmiscexport.h"
#include "misc/valueobject.h"
#include <QMetaType>
#include <QString>
SWIFT_DECLARE_VALUEOBJECT_MIXINS(swift::misc::weather, CWindLayer)
namespace swift::misc::weather
@@ -125,7 +125,7 @@ namespace swift::misc::weather
SWIFT_METAMEMBER(gustSpeed));
};
} // namespace
} // namespace swift::misc::weather
Q_DECLARE_METATYPE(swift::misc::weather::CWindLayer)