mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 02:55:44 +08:00
clang-format src
This commit is contained in:
@@ -13,12 +13,12 @@
|
||||
namespace BlackCore::Fsd
|
||||
{
|
||||
DeleteAtc::DeleteAtc() : MessageBase()
|
||||
{ }
|
||||
{}
|
||||
|
||||
DeleteAtc::DeleteAtc(const QString &sender, const QString &cid)
|
||||
: MessageBase(sender),
|
||||
m_cid(cid)
|
||||
{ }
|
||||
m_cid(cid)
|
||||
{}
|
||||
|
||||
QStringList DeleteAtc::toTokens() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user