mirror of
https://github.com/YACReader/yacreader
synced 2025-12-01 23:12:47 -05: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