mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Merge branch 'master' of https://github.com/telegramdesktop/tdesktop
This commit is contained in:
commit
2fa6229214
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue