mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +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/network/url.h"
|
||||
#include "misc/network/networkutils.h"
|
||||
#include "misc/propertyindexref.h"
|
||||
|
||||
#include <QJsonValue>
|
||||
#include <QPair>
|
||||
#include <QtGlobal>
|
||||
|
||||
#include "misc/network/networkutils.h"
|
||||
#include "misc/propertyindexref.h"
|
||||
|
||||
SWIFT_DEFINE_VALUEOBJECT_MIXINS(swift::misc::network, CUrl)
|
||||
|
||||
namespace swift::misc::network
|
||||
@@ -320,4 +321,4 @@ namespace swift::misc::network
|
||||
default: CValueObject::setPropertyByIndex(index, variant); break;
|
||||
}
|
||||
}
|
||||
} // namespace
|
||||
} // namespace swift::misc::network
|
||||
|
||||
Reference in New Issue
Block a user