Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 17, 2024
1 parent 0ea6710 commit abc5037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dict/dictionary.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) );
Expand Down

0 comments on commit abc5037

Please sign in to comment.