mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-24 09:54:16 +08:00
clang-format src
This commit is contained in:
@@ -14,12 +14,12 @@ using namespace BlackMisc;
|
||||
namespace BlackCore::Fsd
|
||||
{
|
||||
DeletePilot::DeletePilot() : MessageBase()
|
||||
{ }
|
||||
{}
|
||||
|
||||
DeletePilot::DeletePilot(const QString &callsign, const QString &id)
|
||||
: MessageBase(callsign),
|
||||
m_cid(id)
|
||||
{ }
|
||||
m_cid(id)
|
||||
{}
|
||||
|
||||
QStringList DeletePilot::toTokens() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user