mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
Revise inline keyword usage
And let compiler decide whether to inline functions.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user