mirror of
https://github.com/YACReader/yacreader
synced 2025-09-19 19:54:37 -04:00
ComicInfo::getTypeString: Add default return for unhandled enum
This commit is contained in:
@ -533,6 +533,8 @@ QString ComicInfo::getTypeString()
|
|||||||
return "Web Comic";
|
return "Web Comic";
|
||||||
case YACReader::FileType::Yonkoma:
|
case YACReader::FileType::Yonkoma:
|
||||||
return "4-Koma";
|
return "4-Koma";
|
||||||
|
default:
|
||||||
|
return "Unknown";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user