mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-30 22:29:13 +08:00
refactor: clang-format
This commit is contained in:
@@ -6,17 +6,17 @@
|
||||
#ifndef SWIFT_MISC_SLOT_H
|
||||
#define SWIFT_MISC_SLOT_H
|
||||
|
||||
#include "misc/invoke.h"
|
||||
|
||||
#include <QPointer>
|
||||
#include <QObject>
|
||||
#include <QtGlobal>
|
||||
|
||||
#include <atomic>
|
||||
#include <functional>
|
||||
#include <future>
|
||||
#include <memory>
|
||||
|
||||
#include <QObject>
|
||||
#include <QPointer>
|
||||
#include <QtGlobal>
|
||||
|
||||
#include "misc/invoke.h"
|
||||
|
||||
namespace swift::misc
|
||||
{
|
||||
/*!
|
||||
@@ -141,6 +141,6 @@ namespace swift::misc
|
||||
QPointer<QObject> m_object;
|
||||
std::function<R(Args...)> m_function;
|
||||
};
|
||||
}
|
||||
} // namespace swift::misc
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user