Change IOrganizer::profile return type to a shared_ptr (#19)

This commit is contained in:
Jonathan Feenstra
2026-01-11 17:41:33 +01:00
committed by GitHub
parent 8c52a6e541
commit 0baea379c1
+1 -1
View File
@@ -217,7 +217,7 @@ QString GameGamebryo::identifyGamePath() const
bool GameGamebryo::prepareIni(const QString&)
{
MOBase::IProfile* profile = m_Organizer->profile();
auto profile = m_Organizer->profile();
QString basePath = profile->localSettingsEnabled()
? profile->absolutePath()