mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
Improve coding style
This commit is contained in:
@@ -72,7 +72,8 @@ const Profile *Profile::instance()
|
||||
QString Profile::location(const SpecialFolder folder) const
|
||||
{
|
||||
QString result;
|
||||
switch (folder) {
|
||||
switch (folder)
|
||||
{
|
||||
case SpecialFolder::Cache:
|
||||
result = m_profileImpl->cacheLocation();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user