mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 11:38:50 -07:00
Remove redundant const specifier
This commit is contained in:
parent
1c9696b68e
commit
1c343a444b
2 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ void Preferences::freeInstance()
|
|||
m_instance = nullptr;
|
||||
}
|
||||
|
||||
const QVariant Preferences::value(const QString &key, const QVariant &defaultValue) const
|
||||
QVariant Preferences::value(const QString &key, const QVariant &defaultValue) const
|
||||
{
|
||||
return SettingsStorage::instance()->loadValue(key, defaultValue);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue