Skip to content

Commit

Permalink
Remove empty statement, standalone semicolon
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed Jul 20, 2023
1 parent 74d1629 commit ed05436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/iconutils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ QPixmap pixmapForBackground(const QString &fileName, const QColor &backgroundCol
const auto pixmapColor = backgroundColor.isValid() && !Theme::isDarkColor(backgroundColor)
? QColorConstants::Svg::black
: QColorConstants::Svg::white;
;

return createSvgPixmapWithCustomColorCached(fileName, pixmapColor);
}

Expand Down

0 comments on commit ed05436

Please sign in to comment.