mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Ref T773, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
b0d5b3c6d1
commit
57153d45d7
@@ -107,7 +107,7 @@ namespace BlackMisc
|
||||
|
||||
QString CAircraftSituationChange::convertToQString(bool i18n) const
|
||||
{
|
||||
Q_UNUSED(i18n);
|
||||
Q_UNUSED(i18n)
|
||||
static const QString null("null");
|
||||
if (this->isNull()) { return null; }
|
||||
return u"CS: '" % this->getCallsign().asString() %
|
||||
|
||||
Reference in New Issue
Block a user