Fix config encryption on Android
This commit is contained in:
parent
ffe2314d47
commit
73516c28af
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ QByteArray SecureQSettings::decryptText(const QByteArray &ba) const
|
||||||
|
|
||||||
bool SecureQSettings::encryptionRequired() const
|
bool SecureQSettings::encryptionRequired() const
|
||||||
{
|
{
|
||||||
#ifdef Q_OS_LINUX
|
#if defined(Q_OS_LINUX) && !defined(Q_OS_ANDROID)
|
||||||
// QtKeyChain failing on Linux
|
// QtKeyChain failing on Linux
|
||||||
return false;
|
return false;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue