summaryrefslogtreecommitdiff
path: root/src/profile.cpp
diff options
context:
space:
mode:
authorThomas Tanner <trtanner@btinternet.com>2016-01-24 15:25:38 +0000
committerThomas Tanner <trtanner@btinternet.com>2016-01-24 15:25:38 +0000
commit8da9ba5404f51521b3425b6213e8139189dbca69 (patch)
tree790307574808607d20a1c1d16b78c155caebd4f3 /src/profile.cpp
parent387326f2d62fe02babe3594e2e00f831355da9b7 (diff)
parent5adb3b377ecd50a75dd034a49582a1da91b67e1c (diff)
Removing the 'get' in all function names and making FO4 plugin build
Merge branch 'master' of https://github.com/TanninOne/modorganizer
Diffstat (limited to 'src/profile.cpp')
-rw-r--r--src/profile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profile.cpp b/src/profile.cpp
index 77f6ebd1..e1243971 100644
--- a/src/profile.cpp
+++ b/src/profile.cpp
@@ -674,7 +674,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