mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 02:55:44 +08:00
refactor: clang-format
This commit is contained in:
@@ -6,17 +6,18 @@
|
||||
#ifndef SWIFT_MISC_AVIATION_TRANSPONDER_H
|
||||
#define SWIFT_MISC_AVIATION_TRANSPONDER_H
|
||||
|
||||
#include "misc/swiftmiscexport.h"
|
||||
#include "misc/dictionary.h"
|
||||
#include "misc/metaclass.h"
|
||||
#include "misc/propertyindexref.h"
|
||||
#include "misc/valueobject.h"
|
||||
#include <tuple>
|
||||
|
||||
#include <QHash>
|
||||
#include <QMetaType>
|
||||
#include <QString>
|
||||
#include <QtGlobal>
|
||||
#include <tuple>
|
||||
|
||||
#include "misc/dictionary.h"
|
||||
#include "misc/metaclass.h"
|
||||
#include "misc/propertyindexref.h"
|
||||
#include "misc/swiftmiscexport.h"
|
||||
#include "misc/valueobject.h"
|
||||
|
||||
SWIFT_DECLARE_VALUEOBJECT_MIXINS(swift::misc::aviation, CTransponder)
|
||||
|
||||
@@ -162,7 +163,7 @@ namespace swift::misc::aviation
|
||||
SWIFT_METAMEMBER(transponderCode),
|
||||
SWIFT_METAMEMBER(transponderMode));
|
||||
};
|
||||
} // ns
|
||||
} // namespace swift::misc::aviation
|
||||
|
||||
Q_DECLARE_METATYPE(swift::misc::aviation::CTransponder)
|
||||
Q_DECLARE_METATYPE(swift::misc::aviation::CTransponder::TransponderMode)
|
||||
|
||||
Reference in New Issue
Block a user