diff options
Diffstat (limited to 'logic/minecraft/VersionFile.h')
-rw-r--r-- | logic/minecraft/VersionFile.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/logic/minecraft/VersionFile.h b/logic/minecraft/VersionFile.h index df2f9bb2..64bec731 100644 --- a/logic/minecraft/VersionFile.h +++ b/logic/minecraft/VersionFile.h @@ -151,12 +151,10 @@ public: /* data */ /// Mojang: type of the Minecraft version QString type; - /// Mojang: the time this version was actually released by Mojang, as string and as QDateTime - QString m_releaseTimeString; + /// Mojang: the time this version was actually released by Mojang QDateTime m_releaseTime; - /// Mojang: the time this version was last updated by Mojang, as string and as QDateTime - QString m_updateTimeString; + /// Mojang: the time this version was last updated by Mojang QDateTime m_updateTime; /// Mojang: DEPRECATED asset group to be used with Minecraft |