mirror of
https://github.com/telegramdesktop/tdesktop
synced 2024-12-15 02:44:45 +00:00
Merge branch 'master' of https://github.com/telegramdesktop/tdesktop
This commit is contained in:
commit
2fa6229214
@ -362,7 +362,7 @@ public:
|
||||
WebP,
|
||||
};
|
||||
|
||||
MimeType(const QMimeType &type) : _type(Unknown), _typeStruct(type) {
|
||||
MimeType(const QMimeType &type) : _typeStruct(type), _type(Unknown) {
|
||||
}
|
||||
MimeType(TypeEnum type) : _type(type) {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user