mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Return a default-constructed QString instead of implicitly converting an empty string literal.
This commit is contained in:
@@ -2444,7 +2444,7 @@ namespace BlackSimPlugin
|
||||
{
|
||||
return this->getSendIdTraceDetails(trace);
|
||||
}
|
||||
return "";
|
||||
return {};
|
||||
}
|
||||
|
||||
QString CSimulatorFsxCommon::getSendIdTraceDetails(const TraceFsxSendId &trace) const
|
||||
|
||||
Reference in New Issue
Block a user