mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
Fixed clazy warnings: unnecessary containers and containers being detached.
This commit is contained in:
@@ -59,7 +59,7 @@ namespace BlackGui
|
||||
if (c.isEmpty()) { return; }
|
||||
if (c.startsWith('.'))
|
||||
{
|
||||
if (c.toLower().contains("help"))
|
||||
if (c.contains("help", Qt::CaseInsensitive))
|
||||
{
|
||||
this->setCommandTooltip();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user