mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
Avoid repeating the return type
This commit is contained in:
@@ -227,7 +227,7 @@ namespace
|
||||
return path;
|
||||
}
|
||||
|
||||
return QString();
|
||||
return {};
|
||||
}
|
||||
#endif // Q_OS_WIN
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user