Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix: remove unnecessary semicolon to compile with -pedantic flag
Browse files Browse the repository at this point in the history
  • Loading branch information
zetok committed Oct 29, 2017
1 parent b07ea76 commit 3741982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/profile/profileinfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ QByteArray picToPng(const QPixmap& pic)
pic.save(&buffer, "PNG");
buffer.close();
return bytes;
};
}

/**
* @brief Set self avatar.
Expand Down

0 comments on commit 3741982

Please sign in to comment.