1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix: remove unnecessary semicolon to compile with -pedantic flag

This commit is contained in:
Zetok Zalbavar 2017-10-28 07:30:39 +01:00 committed by Zetok Zalbavar
parent b07ea763cd
commit 37419825ca
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -278,7 +278,7 @@ QByteArray picToPng(const QPixmap& pic)
pic.save(&buffer, "PNG");
buffer.close();
return bytes;
};
}
/**
* @brief Set self avatar.