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:
@@ -63,5 +63,5 @@ void NotifierBox::showMessage(const QString &msg) {
|
||||
|
||||
void NotifierBox::showColor(const QColor &color) {
|
||||
Q_UNUSED(color);
|
||||
m_message = "";
|
||||
m_message = QLatin1String("");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user