mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Fix Clang error
This commit is contained in:
@@ -389,7 +389,7 @@ namespace BlackMisc
|
|||||||
{
|
{
|
||||||
if (m_combinedType.length() < 1) { return {}; }
|
if (m_combinedType.length() < 1) { return {}; }
|
||||||
QChar c(m_combinedType.at(0));
|
QChar c(m_combinedType.at(0));
|
||||||
if (c == "-") { return {}; }
|
if (c == '-') { return {}; }
|
||||||
return c;
|
return c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user