mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-26 11:50:47 +00:00
Fix some issues detected by Clazy (#384)
* Fix old style connect * Fix unneeded QString memory allocations
This commit is contained in:
@@ -51,7 +51,7 @@ QString TextTool::name() const {
|
||||
}
|
||||
|
||||
QString TextTool::nameID() {
|
||||
return "";
|
||||
return QLatin1String("");
|
||||
}
|
||||
|
||||
QString TextTool::description() const {
|
||||
|
||||
Reference in New Issue
Block a user