From abc50373d0b5514b0f69468a75a917bd42b38b79 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 06:30:22 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- src/dict/dictionary.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dict/dictionary.cc b/src/dict/dictionary.cc index 1c4b806db..985c199cc 100644 --- a/src/dict/dictionary.cc +++ b/src/dict/dictionary.cc @@ -318,7 +318,7 @@ bool Class::loadIconFromText( QString iconUrl, QString const & text ) //select a single char. auto abbrName = getAbbrName( text ); - painter.setPen( intToFixedColor( qHash(abbrName) ) ); + painter.setPen( intToFixedColor( qHash( abbrName ) ) ); // Draw first character painter.drawText( rectangle, Qt::AlignCenter, abbrName.at( 0 ) );