mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 22:15:34 +08:00
refactor: clang-format
This commit is contained in:
@@ -2,13 +2,14 @@
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#include "misc/json.h"
|
||||
#include "misc/imageutils.h"
|
||||
#include "misc/stringutils.h"
|
||||
|
||||
#include <QDateTime>
|
||||
#include <QJsonDocument>
|
||||
#include <QStringList>
|
||||
|
||||
#include "misc/imageutils.h"
|
||||
#include "misc/stringutils.h"
|
||||
|
||||
using namespace swift::misc;
|
||||
|
||||
class QPixmap;
|
||||
@@ -661,7 +662,7 @@ namespace swift::misc::json
|
||||
}
|
||||
return sl;
|
||||
}
|
||||
} // ns
|
||||
} // namespace swift::misc::json
|
||||
|
||||
QDataStream &operator<<(QDataStream &s, const std::string &v)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user