Fix some issues detected by Clazy (#384)
* Fix old style connect * Fix unneeded QString memory allocations
This commit is contained in:
@@ -36,7 +36,7 @@ QString SaveTool::name() const {
|
||||
}
|
||||
|
||||
QString SaveTool::nameID() {
|
||||
return "";
|
||||
return QLatin1String("");
|
||||
}
|
||||
|
||||
QString SaveTool::description() const {
|
||||
|
||||
Reference in New Issue
Block a user