diff options
| author | Tannin <sherb@gmx.net> | 2015-12-28 14:33:30 +0100 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2015-12-28 14:33:30 +0100 |
| commit | 1bfc91046badb609261c78b4b5e03bba4dcb61bd (patch) | |
| tree | 8b19d71b29a63edaa92bddc2e7d14cfed023d3df /src/profile.cpp | |
| parent | 502e950cde5920e4184775c47621cb737696f512 (diff) | |
removed get-prefix from many getters. removed const from managed_game variable.
other fixes
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 24f094f3..4b916a2f 100644 --- a/src/profile.cpp +++ b/src/profile.cpp @@ -676,7 +676,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 |
