Skip to content

Commit

Permalink
fix: fallthrough in switch case
Browse files Browse the repository at this point in the history
  • Loading branch information
FeiChongCalmCar committed Apr 6, 2021
1 parent f524ce1 commit fb3354d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/iconhelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ void SetColor(QXmlStreamReader& reader, QXmlStreamWriter& writer,

case QXmlStreamReader::DTD:
writer.writeDTD(reader.text().toString());
break;

case QXmlStreamReader::EntityReference:
writer.writeEntityReference(reader.text().toString());
Expand Down

0 comments on commit fb3354d

Please sign in to comment.