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:
@@ -189,7 +189,7 @@ struct FileLoadResult {
|
||||
|
||||
uint64 id;
|
||||
FileLoadTo to;
|
||||
SendMediaType type;
|
||||
SendMediaType type = SendMediaType::File;
|
||||
QString filepath;
|
||||
QByteArray content;
|
||||
|
||||
|
Reference in New Issue
Block a user