Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/browser/BrowserAction.h')
-rw-r--r--src/browser/BrowserAction.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/browser/BrowserAction.h b/src/browser/BrowserAction.h
index 3c8df5ffc..a8af0915e 100644
--- a/src/browser/BrowserAction.h
+++ b/src/browser/BrowserAction.h
@@ -73,7 +73,9 @@ private:
QJsonObject buildResponse(const QString& action, const QJsonObject& message, const QString& nonce);
QJsonObject getErrorReply(const QString& action, const int errorCode) const;
QString getErrorMessage(const int errorCode) const;
+ QString getReturnValue(const BrowserService::ReturnValue returnValue) const;
QString getDatabaseHash();
+ QString getLegacyDatabaseHash();
QString encryptMessage(const QJsonObject& message, const QString& nonce);
QJsonObject decryptMessage(const QString& message, const QString& nonce);