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