mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-25 14:04:23 +00:00
Fix compilation on MACOS.
This commit is contained in:
parent
15d3df380c
commit
6e6d285a02
@ -76,7 +76,7 @@ Preferences::Preferences() : dirty(false), lock(QReadWriteLock::Recursive) {
|
||||
keys = settings->allKeys();
|
||||
}
|
||||
#else
|
||||
QStringList keys = settings.allKeys();
|
||||
QStringList keys = settings->allKeys();
|
||||
#endif
|
||||
|
||||
// Copy everything into memory. This means even keys inserted in the file manually
|
||||
|
Loading…
x
Reference in New Issue
Block a user