From 7c651f6d8697bc572e521046c7f514baf96cacb3 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Sun, 27 Sep 2020 20:56:55 +0200 Subject: Rename iniFilePath() -> absoluteIniFilePath(). --- src/profile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/profile.h') 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 -- cgit v1.3.1