mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 17:23:07 -07:00
Use uniform initialization on some default arguments
This commit is contained in:
parent
8a19a0d4a0
commit
89dce36e98
22 changed files with 34 additions and 34 deletions
|
@ -119,7 +119,7 @@ namespace
|
|||
return keys;
|
||||
}
|
||||
|
||||
QString getRegValue(const HKEY handle, const QString &name = QString())
|
||||
QString getRegValue(const HKEY handle, const QString &name = {})
|
||||
{
|
||||
QString result;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue