mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 16:07:23 -06:00
Revise inline keyword usage
And let compiler decide whether to inline functions.
This commit is contained in:
@@ -83,9 +83,6 @@ private:
|
||||
static Profile *m_instance;
|
||||
};
|
||||
|
||||
inline QString specialFolderLocation(SpecialFolder folder)
|
||||
{
|
||||
return Profile::instance().location(folder);
|
||||
}
|
||||
QString specialFolderLocation(SpecialFolder folder);
|
||||
|
||||
#endif // QBT_PROFILE_H
|
||||
|
||||
Reference in New Issue
Block a user