https://bugs.kde.org/show_bug.cgi?id=406799
Bug ID: 406799 Summary: Clazy reports "QString::fromUtf8() being passed a literal" from ui generated file Product: clazy Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: unassigned-b...@kde.org Reporter: mon...@kde.org CC: smart...@kde.org Target Milestone: --- It will good if we can exclude clazy warning about ui_*.h for example: akregator/build-clang/configuration/ui_settings_archive.h:57:35: warning: QString::fromUtf8() being passed a literal [-Wclazy-qstring-allocations] gridLayout->setObjectName(QString::fromUtf8("gridLayout")); it's not necessary as it's autogenerated and we can't fix it (or we need to fix qt code :) ) -- You are receiving this mail because: You are watching all bug changes.