Remove redundant QString construction

This commit is contained in:
Cameron Gutman
2026-05-23 19:28:28 -05:00
parent 63c48be6d4
commit d9eca42311
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ GlobalCommandLineParser::ParseResult GlobalCommandLineParser::parse(const QStrin
}
}
parser.showError(QString("Invalid action"));
parser.showError("Invalid action");
}
}