Use uniform initialization on some default arguments

This commit is contained in:
thalieht 2019-02-22 03:33:04 +02:00
parent 8a19a0d4a0
commit 89dce36e98
22 changed files with 34 additions and 34 deletions

View file

@ -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;