mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-20 18:57:14 +00:00
NOISSUE eliminate timestamp strings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user