mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 20:25:34 +08:00
refactor: Fix readability-redundant-member-init warning
This commit is contained in:
@@ -13,8 +13,6 @@ using namespace swift::misc::aviation;
|
||||
|
||||
namespace swift::core::fsd
|
||||
{
|
||||
VisualPilotDataToggle::VisualPilotDataToggle() : MessageBase() {}
|
||||
|
||||
VisualPilotDataToggle::VisualPilotDataToggle(const QString &sender, const QString &client, bool active)
|
||||
: MessageBase(sender, {}), m_client(client), m_active(active)
|
||||
{}
|
||||
|
||||
Reference in New Issue
Block a user