mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-08 06:00:59 -07:00
Implement Preferences::changed() signal.
This commit is contained in:
parent
458b216b74
commit
8e1698d563
2 changed files with 5 additions and 1 deletions
|
@ -165,6 +165,8 @@ void Preferences::save() {
|
|||
#else
|
||||
delete settings;
|
||||
#endif
|
||||
|
||||
emit changed();
|
||||
}
|
||||
|
||||
const QVariant Preferences::value(const QString &key, const QVariant &defaultValue) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue