mirror of
https://github.com/ModOrganizer2/modorganizer-game_bethesda.git
synced 2026-07-27 14:08:44 -07:00
Change IOrganizer::profile return type to a shared_ptr (#19)
This commit is contained in:
@@ -217,7 +217,7 @@ QString GameGamebryo::identifyGamePath() const
|
|||||||
|
|
||||||
bool GameGamebryo::prepareIni(const QString&)
|
bool GameGamebryo::prepareIni(const QString&)
|
||||||
{
|
{
|
||||||
MOBase::IProfile* profile = m_Organizer->profile();
|
auto profile = m_Organizer->profile();
|
||||||
|
|
||||||
QString basePath = profile->localSettingsEnabled()
|
QString basePath = profile->localSettingsEnabled()
|
||||||
? profile->absolutePath()
|
? profile->absolutePath()
|
||||||
|
|||||||
Reference in New Issue
Block a user