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