]> Some of my projects - anidbudpclient.git/commitdiff
Retire AnimePLanetID.
authorAPTX <marek321@gmail.com>
Sat, 9 Jan 2016 22:15:31 +0000 (23:15 +0100)
committerAPTX <marek321@gmail.com>
Sat, 9 Jan 2016 22:15:31 +0000 (23:15 +0100)
Retired from API definition on 31 March 2015.

anidbudpclient_global.h
animecommand.cpp

index a07c7ada32990a9312fa597bee333bc6e31dfd32..8499c9547fe938059c85881929db3825ef4faec9 100644 (file)
@@ -390,7 +390,7 @@ namespace AniDBUdpClient
                        AnimeNfoId                      = Q_UINT64_C(0x0000000000100000),
                        AllCinemaId                     = Q_UINT64_C(0x0000000000200000),
                        ANNId                           = Q_UINT64_C(0x0000000000400000),
-                       AnimePlanetId           = Q_UINT64_C(0x0000000000800000),
+               //      AnimePlanetId           = Q_UINT64_C(0x0000000000800000), RETIRED
 
                        Is18Restricted          = Q_UINT64_C(0x0000000001000000),
                        AwardList                       = Q_UINT64_C(0x0000000002000000),
@@ -435,7 +435,7 @@ namespace AniDBUdpClient
                        Byte2                   = MainCreatorNameList | MainCreatorIdList | CreatorIdList
                                                        | CharacterIdList,
                        Byte3                   = DateRecordUpdated | AnimeNfoId | AllCinemaId
-                                                       | ANNId | AnimePlanetId,
+                                                       | ANNId,
                        Byte4                   = Is18Restricted | AwardList | ReviewCount
                                                        | AverageReviewRating | TempVoteCount | TempRating
                                                        | VoteCount | Rating,
index 7b480c33d831926953bf02da903a51cd93553c3b..f1ba1d83cbd436d94eede66eaf67ef2a17632911 100644 (file)
@@ -241,7 +241,7 @@ int AnimeReply::ANNId() const
 \r
 int AnimeReply::animePlanetId() const\r
 {\r
-       return animeFlagData.value(AnimeFlag::AnimePlanetId).toInt();\r
+       return 0;\r
 }\r
 \r
 bool AnimeReply::is18Restricted() const\r