mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
Improve coding style
This commit is contained in:
committed by
sledgehammer999
parent
d3f46452a9
commit
1728c16580
@@ -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