mirror of https://github.com/procxx/kepka.git
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