RomajiName = 0x00800000,
// Reserved = 0x01000000,
- CateogryList = 0x02000000,
+ // CateogryList = 0x02000000, RETIRED
RelatedAidType = 0x04000000,
RelatedAidList = 0x08000000,
Type = 0x10000000,
Byte2 = SynonymList | ShortNameList
| OtherName | EnglishName | KanjiName
| RomajiName,
- Byte1 = CateogryList | RelatedAidType
- | RelatedAidList | Type | Year
- | HighestEpisodeNumber
+ Byte1 = RelatedAidType | RelatedAidList
+ | Type | Year | HighestEpisodeNumber
| AnimeTotalEpisodes,
AllData = Byte1 | Byte2 | Byte3 | Byte4,
InvalidBits = ~AllData
KanjiName = Q_UINT64_C(0x0000400000000000),
RomajiName = Q_UINT64_C(0x0000800000000000),
- CategoryWeightList = Q_UINT64_C(0x0001000000000000),
- CategoryList = Q_UINT64_C(0x0002000000000000),
+ // CategoryWeightList = Q_UINT64_C(0x0001000000000000), RETIRED
+ // CategoryList = Q_UINT64_C(0x0002000000000000), RETIRED
RelatedAidType = Q_UINT64_C(0x0004000000000000),
RelatedAidList = Q_UINT64_C(0x0008000000000000),
Type = Q_UINT64_C(0x0010000000000000),
| SpecialEpCount | HighestEpisodeNumber | Episodes,
Byte6 = SynonymList | ShortNameList | OtherName
| EnglishName | KanjiName | RomajiName,
- Byte7 = CategoryWeightList | CategoryList | RelatedAidType
- | RelatedAidList | Type | Year | DateFlags | Aid,
+ Byte7 = RelatedAidType| RelatedAidList | Type | Year
+ | DateFlags | Aid,
AllData = Byte1 | Byte2 | Byte3 | Byte4
| Byte5 | Byte6 | Byte7,
InvalidBits = ~AllData,
animeFlagData.insert(AnimeFlag::OtherName, parts[15]);\r
animeFlagData.insert(AnimeFlag::ShortNameList, parts[16]);\r
animeFlagData.insert(AnimeFlag::SynonymList, parts[17]);\r
- animeFlagData.insert(AnimeFlag::CategoryList, parts[18]);\r
return;\r
}\r
\r
\r
QString AnimeReply::categoryWeightList() const\r
{\r
- return animeFlagData.value(AnimeFlag::CategoryWeightList).toString();\r
+ return QString();\r
}\r
\r
QStringList AnimeReply::categoryList() const\r
{\r
- return animeFlagData.value(AnimeFlag::CategoryList).toString().split(QChar('\''));\r
+ return QStringList();\r
}\r
\r
QStringList AnimeReply::relatedAidType() const\r