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