Revise inline keyword usage

And let compiler decide whether to inline functions.
This commit is contained in:
Chocobo1
2019-07-14 17:26:56 +08:00
parent f6f8aaf3db
commit 7a5e883cd2
3 changed files with 7 additions and 5 deletions

View File

@@ -112,3 +112,8 @@ QString Profile::fromPortablePath(const QString &portablePath) const
{
return m_pathConverterImpl->fromPortablePath(portablePath);
}
QString specialFolderLocation(const SpecialFolder folder)
{
return Profile::instance().location(folder);
}