mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 13:55:36 +08:00
fixed mistakes caught by clang
This commit is contained in:
@@ -101,7 +101,7 @@ namespace BlackCore
|
|||||||
virtual BlackMisc::CStatusMessageList getMatchingMessages(const BlackMisc::Aviation::CCallsign &callsign) const override;
|
virtual BlackMisc::CStatusMessageList getMatchingMessages(const BlackMisc::Aviation::CCallsign &callsign) const override;
|
||||||
virtual bool isMatchingMessagesEnabled() const override;
|
virtual bool isMatchingMessagesEnabled() const override;
|
||||||
virtual void enableMatchingMessages(bool enabled) override;
|
virtual void enableMatchingMessages(bool enabled) override;
|
||||||
BlackMisc::Simulation::CMatchingStatistics getCurrentMatchingStatistics(bool missingOnly) const;
|
BlackMisc::Simulation::CMatchingStatistics getCurrentMatchingStatistics(bool missingOnly) const override;
|
||||||
//! @}
|
//! @}
|
||||||
|
|
||||||
//! \ingroup commandline
|
//! \ingroup commandline
|
||||||
|
|||||||
@@ -36,8 +36,7 @@ namespace BlackMisc
|
|||||||
{
|
{
|
||||||
Q_UNUSED(i18n);
|
Q_UNUSED(i18n);
|
||||||
static const QString s("Codec: '%1' details: '%2'");
|
static const QString s("Codec: '%1' details: '%2'");
|
||||||
s.arg(this->getTextCodec(), CFsdSetup::sendReceiveDetailsToString(this->getSendReceiveDetails()));
|
return s.arg(this->getTextCodec(), CFsdSetup::sendReceiveDetailsToString(this->getSendReceiveDetails()));
|
||||||
return s;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QString CFsdSetup::sendReceiveDetailsToString(SendReceiveDetails details)
|
QString CFsdSetup::sendReceiveDetailsToString(SendReceiveDetails details)
|
||||||
|
|||||||
Reference in New Issue
Block a user