mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-02 23:35:40 +08:00
refactor: clang-format
This commit is contained in:
@@ -6,16 +6,16 @@
|
||||
#ifndef SWIFT_MISC_COUNTRY_H
|
||||
#define SWIFT_MISC_COUNTRY_H
|
||||
|
||||
#include "misc/db/datastore.h"
|
||||
#include "misc/metaclass.h"
|
||||
#include "misc/propertyindexref.h"
|
||||
#include "misc/valueobject.h"
|
||||
#include "misc/swiftmiscexport.h"
|
||||
|
||||
#include <QJsonObject>
|
||||
#include <QMetaType>
|
||||
#include <QString>
|
||||
|
||||
#include "misc/db/datastore.h"
|
||||
#include "misc/metaclass.h"
|
||||
#include "misc/propertyindexref.h"
|
||||
#include "misc/swiftmiscexport.h"
|
||||
#include "misc/valueobject.h"
|
||||
|
||||
SWIFT_DECLARE_VALUEOBJECT_MIXINS(swift::misc, CCountry)
|
||||
|
||||
namespace swift::misc
|
||||
@@ -151,7 +151,7 @@ namespace swift::misc
|
||||
SWIFT_METAMEMBER(alias2),
|
||||
SWIFT_METAMEMBER(historic));
|
||||
};
|
||||
} // namespace
|
||||
} // namespace swift::misc
|
||||
|
||||
Q_DECLARE_METATYPE(swift::misc::CCountry)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user