mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-22 19:49:56 +00:00
NOISSUE eliminate timestamp strings
This commit is contained in:
@@ -121,12 +121,10 @@ public: /* data */
|
||||
/// the ID - determines which jar to use! ACTUALLY IMPORTANT!
|
||||
QString id;
|
||||
|
||||
/// 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;
|
||||
|
||||
/// Release type - "release" or "snapshot"
|
||||
|
||||
Reference in New Issue
Block a user