mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -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
|
@ -83,7 +83,7 @@ class Preferences : public QObject
|
|||
|
||||
Preferences();
|
||||
|
||||
const QVariant value(const QString &key, const QVariant &defaultValue = QVariant()) const;
|
||||
const QVariant value(const QString &key, const QVariant &defaultValue = {}) const;
|
||||
void setValue(const QString &key, const QVariant &value);
|
||||
|
||||
static Preferences *m_instance;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue