NOISSUE Use common duration format for global and instances

This commit is contained in:
Jamie Mansfield
2021-09-28 23:20:34 +01:00
parent 110c73edf2
commit 7cbca6ab20
6 changed files with 42 additions and 35 deletions

View File

@ -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;