mirror of
https://github.com/YACReader/yacreader
synced 2025-09-19 11:45:34 -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";
|
||||
case YACReader::FileType::Yonkoma:
|
||||
return "4-Koma";
|
||||
default:
|
||||
return "Unknown";
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user