mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
Fix compilation on MACOS.
This commit is contained in:
parent
15d3df380c
commit
6e6d285a02
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue