mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Remove redundant const specifier
This commit is contained in:
parent
1c9696b68e
commit
1c343a444b
2 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ class Preferences : public QObject
|
|||
|
||||
Preferences();
|
||||
|
||||
const QVariant value(const QString &key, const QVariant &defaultValue = {}) 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