mirror of https://github.com/procxx/kepka.git
warning fixed
This commit is contained in:
parent
5d54d48f70
commit
2603fb7cb6
|
@ -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