mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
refactor: clang-format
This commit is contained in:
@@ -2,14 +2,15 @@
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#include "misc/logcategorylist.h"
|
||||
#include "misc/containerbase.h"
|
||||
#include "misc/iterator.h"
|
||||
#include "misc/range.h"
|
||||
|
||||
#include <QDBusMetaType>
|
||||
#include <QList>
|
||||
#include <QMetaObject>
|
||||
|
||||
#include "misc/containerbase.h"
|
||||
#include "misc/iterator.h"
|
||||
#include "misc/range.h"
|
||||
|
||||
struct QMetaObject;
|
||||
|
||||
SWIFT_DEFINE_SEQUENCE_MIXINS(swift::misc, CLogCategory, CLogCategoryList)
|
||||
@@ -66,4 +67,4 @@ namespace swift::misc
|
||||
qDBusRegisterMetaType<CLogCategoryList>();
|
||||
registerMetaValueType<CLogCategoryList>();
|
||||
}
|
||||
}
|
||||
} // namespace swift::misc
|
||||
|
||||
Reference in New Issue
Block a user