mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-26 14:34:30 +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();
|
keys = settings->allKeys();
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
QStringList keys = settings.allKeys();
|
QStringList keys = settings->allKeys();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Copy everything into memory. This means even keys inserted in the file manually
|
// Copy everything into memory. This means even keys inserted in the file manually
|
||||||
|
Loading…
x
Reference in New Issue
Block a user