2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Fix uninitialized values

- Use C++11 default member initializers

Signed-off-by: Veli-Matti Visuri <veli-matti.visuri@cerescon.fi> (github: visuve)
This commit is contained in:
visuve
2017-09-17 14:53:38 +03:00
committed by John Preston
parent 07106897a6
commit 8c92f42de3
3 changed files with 12 additions and 12 deletions

View File

@@ -189,7 +189,7 @@ struct FileLoadResult {
uint64 id;
FileLoadTo to;
SendMediaType type;
SendMediaType type = SendMediaType::File;
QString filepath;
QByteArray content;