mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Implement Preferences::changed() signal.
This commit is contained in:
@@ -165,6 +165,8 @@ void Preferences::save() {
|
||||
#else
|
||||
delete settings;
|
||||
#endif
|
||||
|
||||
emit changed();
|
||||
}
|
||||
|
||||
const QVariant Preferences::value(const QString &key, const QVariant &defaultValue) const {
|
||||
|
||||
Reference in New Issue
Block a user