diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2016-01-24 18:10:25 +0000 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2016-01-24 18:10:25 +0000 |
| commit | 0e9a86ebfc1a97742d0812a7b6ae8bb7f4662673 (patch) | |
| tree | f900f46ac4f14f8635533279bd434b06e6f3a94e /src/profile.cpp | |
| parent | e90fbb1df211513ee2176aee136fbc387750bbc2 (diff) | |
| parent | 8da9ba5404f51521b3425b6213e8139189dbca69 (diff) | |
Merge branch 'master' into issue/418
# Conflicts:
# SConstruct
# src/organizerproxy.cpp
Diffstat (limited to 'src/profile.cpp')
| -rw-r--r-- | src/profile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profile.cpp b/src/profile.cpp index b0b8db46..21fb0b7a 100644 --- a/src/profile.cpp +++ b/src/profile.cpp @@ -684,7 +684,7 @@ QString Profile::getDeleterFileName() const QString Profile::getIniFileName() const { - return m_Directory.absoluteFilePath(m_GamePlugin->getIniFiles()[0]); + return m_Directory.absoluteFilePath(m_GamePlugin->iniFiles()[0]); } QString Profile::getProfileTweaks() const |
