diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-07-06 11:44:20 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-07-06 11:44:20 -0400 |
| commit | a278781abf445d8ae1c4be7655454a370fe3b6cb (patch) | |
| tree | 180d9bd378d67712c8fcb9206dff7a8a0517c074 /src/libwalletqt/WalletManager.cpp | |
| parent | 2d82439b56e7dc6ca66e7fd00c1946ef297c6c1c (diff) | |
| parent | 6610f6f2dadc2e55f359fbcf52b5029b38bd71a9 (diff) | |
| download | monzero-gui-a278781abf445d8ae1c4be7655454a370fe3b6cb.tar.gz monzero-gui-a278781abf445d8ae1c4be7655454a370fe3b6cb.tar.xz monzero-gui-a278781abf445d8ae1c4be7655454a370fe3b6cb.zip | |
Merge pull request #3562
6610f6f cmake: fix compilation with zxcvbn, always enable (selsta)
Diffstat (limited to 'src/libwalletqt/WalletManager.cpp')
| -rw-r--r-- | src/libwalletqt/WalletManager.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libwalletqt/WalletManager.cpp b/src/libwalletqt/WalletManager.cpp index 0c87c8e2..6ecd6b6e 100644 --- a/src/libwalletqt/WalletManager.cpp +++ b/src/libwalletqt/WalletManager.cpp @@ -459,7 +459,6 @@ QUrl WalletManager::localPathToUrl(const QString &path) const return QUrl::fromLocalFile(path); } -#ifndef DISABLE_PASS_STRENGTH_METER double WalletManager::getPasswordStrength(const QString &password) const { static const char *local_dict[] = { @@ -474,7 +473,6 @@ double WalletManager::getPasswordStrength(const QString &password) const ZxcvbnUnInit(); return e; } -#endif bool WalletManager::saveQrCode(const QString &code, const QString &path) const { |
