warning fixed

This commit is contained in:
John Preston 2015-01-03 02:59:58 +03:00
parent 5d54d48f70
commit 2603fb7cb6
1 changed files with 1 additions and 1 deletions

View File

@ -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) {
}