diff options
author | Petr Mrázek <peterix@users.noreply.github.com> | 2021-10-24 01:11:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-24 01:11:52 +0200 |
commit | 98887911c15dc407e797998cf04e0b90b6aa09ae (patch) | |
tree | facb2499050ec9c6efe915987930441ae328edfc /launcher/minecraft/MinecraftInstance.h | |
parent | ddf98c59f5d92c07c3cbed8bd7a1eda3b6aec439 (diff) | |
parent | 5bc6dd8f970249c8279d6302f8df56910c599514 (diff) | |
download | PrismLauncher-98887911c15dc407e797998cf04e0b90b6aa09ae.tar.gz PrismLauncher-98887911c15dc407e797998cf04e0b90b6aa09ae.tar.bz2 PrismLauncher-98887911c15dc407e797998cf04e0b90b6aa09ae.zip |
Merge pull request #4173 from jamierocks/common-time-duration-format
NOISSUE Use common duration format for global and instances
Diffstat (limited to 'launcher/minecraft/MinecraftInstance.h')
-rw-r--r-- | launcher/minecraft/MinecraftInstance.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/launcher/minecraft/MinecraftInstance.h b/launcher/minecraft/MinecraftInstance.h index cdfd350b..b11270e6 100644 --- a/launcher/minecraft/MinecraftInstance.h +++ b/launcher/minecraft/MinecraftInstance.h @@ -118,9 +118,6 @@ protected: QStringList validLaunchMethods(); QString launchMethod(); -private: - QString prettifyTimeDuration(int64_t duration); - protected: // data std::shared_ptr<PackProfile> m_components; mutable std::shared_ptr<ModFolderModel> m_loader_mod_list; |