mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:29:45 +08:00
refactor: clang-format
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
// SPDX-FileCopyrightText: Copyright (C) 2013 swift Project Community / Contributors
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#include "misc/icons.h"
|
||||
#include "misc/network/voicecapabilities.h"
|
||||
|
||||
#include <QList>
|
||||
#include <QString>
|
||||
#include <QtGlobal>
|
||||
|
||||
#include "misc/icons.h"
|
||||
|
||||
using namespace swift::misc;
|
||||
|
||||
SWIFT_DEFINE_VALUEOBJECT_MIXINS(swift::misc::network, CVoiceCapabilities)
|
||||
@@ -154,4 +155,4 @@ namespace swift::misc::network
|
||||
static const QList<CVoiceCapabilities> all({ fromVoiceCapabilities(Unknown), fromVoiceCapabilities(Voice), fromVoiceCapabilities(VoiceReceivingOnly), fromVoiceCapabilities(TextOnly) });
|
||||
return all;
|
||||
}
|
||||
} // namespace
|
||||
} // namespace swift::misc::network
|
||||
|
||||
Reference in New Issue
Block a user