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:
parent
b07ea763cd
commit
37419825ca
|
@ -278,7 +278,7 @@ QByteArray picToPng(const QPixmap& pic)
|
||||||
pic.save(&buffer, "PNG");
|
pic.save(&buffer, "PNG");
|
||||||
buffer.close();
|
buffer.close();
|
||||||
return bytes;
|
return bytes;
|
||||||
};
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Set self avatar.
|
* @brief Set self avatar.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user