Skip to content

Commit 534a650

Browse files
committed
selfcheck
1 parent 92de881 commit 534a650

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gui/resultitem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class ResultItem : public QStandardItem
4949
}
5050

5151
// cppcheck-suppress unusedFunction; used in test-resultstree
52-
QString getIconFileName() const {
52+
const QString& getIconFileName() const {
5353
return mIconFileName;
5454
}
5555
private:

0 commit comments

Comments
 (0)