diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-09-27 20:56:55 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-09-27 20:56:55 +0200 |
| commit | 7c651f6d8697bc572e521046c7f514baf96cacb3 (patch) | |
| tree | 2f152ff9c76a395722a53ccdb04b23add2dd587a /src/profile.cpp | |
| parent | b53dc1e20061be3a8035f10e95b57c4c60bee3c8 (diff) | |
Rename iniFilePath() -> absoluteIniFilePath().
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 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: |
