diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/profile.cpp | 2 | ||||
| -rw-r--r-- | src/profile.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/profile.cpp b/src/profile.cpp index 238454d5..97d31e69 100644 --- a/src/profile.cpp +++ b/src/profile.cpp @@ -889,7 +889,7 @@ QString Profile::getIniFileName() const return m_Directory.absoluteFilePath(iniFiles[0]); } -QString Profile::iniFilePath(QString iniFile) const +QString Profile::absoluteIniFilePath(QString iniFile) const { // This is the file to which the given iniFile would be mapped, as // an absolute file path: diff --git a/src/profile.h b/src/profile.h index 9592ba04..b8628276 100644 --- a/src/profile.h +++ b/src/profile.h @@ -203,7 +203,7 @@ public: * * @return the absolute path for the given INI file for this profile. */ - QString iniFilePath(QString iniFile) const override; + QString absoluteIniFilePath(QString iniFile) const override; /** * @return the path of the tweak ini in this profile |
