From b54839b8976b5c1455c838828f2bc92cdeb178eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Wed, 2 Mar 2016 03:03:44 +0100 Subject: NOISSUE eliminate timestamp strings --- logic/minecraft/MinecraftVersion.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'logic/minecraft/MinecraftVersion.h') diff --git a/logic/minecraft/MinecraftVersion.h b/logic/minecraft/MinecraftVersion.h index 63583968..33ca2899 100644 --- a/logic/minecraft/MinecraftVersion.h +++ b/logic/minecraft/MinecraftVersion.h @@ -111,12 +111,10 @@ public: /* data */ /// The type of this release QString m_type; - /// the time this version was actually released by Mojang, as string and as QDateTime - QString m_releaseTimeString; + /// the time this version was actually released by Mojang QDateTime m_releaseTime; - /// the time this version was last updated by Mojang, as string and as QDateTime - QString m_updateTimeString; + /// the time this version was last updated by Mojang QDateTime m_updateTime; /// MD5 hash of the minecraft jar -- cgit v1.2.3