mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -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();
|
||||
}
|
||||
#else
|
||||
QStringList keys = settings.allKeys();
|
||||
QStringList keys = settings->allKeys();
|
||||
#endif
|
||||
|
||||
// Copy everything into memory. This means even keys inserted in the file manually
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue