mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-22 13:15:39 +08:00
refactor: clang-format
This commit is contained in:
@@ -6,15 +6,15 @@
|
||||
#ifndef SWIFT_MISC_WEATHER_CLOUDLAYER_H
|
||||
#define SWIFT_MISC_WEATHER_CLOUDLAYER_H
|
||||
|
||||
#include "misc/aviation/altitude.h"
|
||||
#include "misc/swiftmiscexport.h"
|
||||
#include "misc/metaclass.h"
|
||||
#include "misc/propertyindexref.h"
|
||||
#include "misc/valueobject.h"
|
||||
|
||||
#include <QMetaType>
|
||||
#include <QString>
|
||||
|
||||
#include "misc/aviation/altitude.h"
|
||||
#include "misc/metaclass.h"
|
||||
#include "misc/propertyindexref.h"
|
||||
#include "misc/swiftmiscexport.h"
|
||||
#include "misc/valueobject.h"
|
||||
|
||||
SWIFT_DECLARE_VALUEOBJECT_MIXINS(swift::misc::weather, CCloudLayer)
|
||||
|
||||
namespace swift::misc::weather
|
||||
@@ -151,7 +151,7 @@ namespace swift::misc::weather
|
||||
SWIFT_METAMEMBER(clouds),
|
||||
SWIFT_METAMEMBER(coveragePercent));
|
||||
};
|
||||
} // namespace
|
||||
} // namespace swift::misc::weather
|
||||
|
||||
Q_DECLARE_METATYPE(swift::misc::weather::CCloudLayer)
|
||||
Q_DECLARE_METATYPE(swift::misc::weather::CCloudLayer::Coverage)
|
||||
|
||||
Reference in New Issue
Block a user