refactor: Fix readability-redundant-member-init warning

This commit is contained in:
Lars Toenning
2025-10-25 17:08:05 +02:00
parent 3758b2b5b9
commit fc54023644
55 changed files with 31 additions and 85 deletions

View File

@@ -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)
{}