mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
refactor: clang-format
This commit is contained in:
@@ -6,15 +6,17 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#include "misc/swiftmiscexport.h"
|
||||
#include "misc/statusmessagelist.h"
|
||||
#include "misc/statusmessage.h"
|
||||
#include "misc/integersequence.h"
|
||||
#include <QDebug>
|
||||
#include <QLoggingCategory>
|
||||
#include <QList>
|
||||
#include <type_traits>
|
||||
|
||||
#include <QDebug>
|
||||
#include <QList>
|
||||
#include <QLoggingCategory>
|
||||
|
||||
#include "misc/integersequence.h"
|
||||
#include "misc/statusmessage.h"
|
||||
#include "misc/statusmessagelist.h"
|
||||
#include "misc/swiftmiscexport.h"
|
||||
|
||||
namespace swift::misc
|
||||
{
|
||||
/*!
|
||||
@@ -56,7 +58,7 @@ namespace swift::misc
|
||||
QByteArray qtCategory() const;
|
||||
QDebug ostream(const QByteArray &category) const;
|
||||
};
|
||||
}
|
||||
} // namespace swift::misc
|
||||
|
||||
/*!
|
||||
* Convenience macro to construct a CLogMessage with the filename, line number, and function name,
|
||||
|
||||
Reference in New Issue
Block a user