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