mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 13:35:34 +08:00
refactor: clang-format
This commit is contained in:
@@ -6,16 +6,16 @@
|
||||
#ifndef SWIFT_MISC_PIXMAP_H
|
||||
#define SWIFT_MISC_PIXMAP_H
|
||||
|
||||
#include "misc/swiftmiscexport.h"
|
||||
#include "misc/metaclass.h"
|
||||
#include "misc/valueobject.h"
|
||||
|
||||
#include <QByteArray>
|
||||
#include <QMetaType>
|
||||
#include <QPixmap>
|
||||
#include <QReadWriteLock>
|
||||
#include <QString>
|
||||
|
||||
#include "misc/metaclass.h"
|
||||
#include "misc/swiftmiscexport.h"
|
||||
#include "misc/valueobject.h"
|
||||
|
||||
SWIFT_DECLARE_VALUEOBJECT_MIXINS(swift::misc, CPixmap)
|
||||
|
||||
namespace swift::misc
|
||||
@@ -70,7 +70,7 @@ namespace swift::misc
|
||||
CPixmap,
|
||||
SWIFT_METAMEMBER(array));
|
||||
};
|
||||
} // namespace
|
||||
} // namespace swift::misc
|
||||
|
||||
Q_DECLARE_METATYPE(swift::misc::CPixmap)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user