diff options
| author | Silarn <jrim@rimpo.org> | 2019-02-05 20:19:20 -0600 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-02-18 21:31:20 -0600 |
| commit | eb575e2f92e00e32220e7aa8efaf14ece462c981 (patch) | |
| tree | 4799722716ab5e069872f777d5d98596a158af7b /src/settings.h | |
| parent | ae74c7ff2bf1caf285f3cc547372f1c313e4f639 (diff) | |
Implement Windows Credential Manager
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings.h b/src/settings.h index 83838d5c..a1dc011d 100644 --- a/src/settings.h +++ b/src/settings.h @@ -393,8 +393,8 @@ public: static QColor getIdealTextColor(const QColor& rBackgroundColor); private: - static QString obfuscate(const QString &info); - static QString deObfuscate(const QString &info); + static bool obfuscate(const QString key, const QString data); + static QString deObfuscate(const QString key); void addLanguages(QComboBox *languageBox); void addStyles(QComboBox *styleBox); |
