diff options
author | saturneric <[email protected]> | 2024-11-17 19:47:26 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-11-17 19:47:26 +0000 |
commit | 405522f3b09913544bbec43a802d4e13ccd84f14 (patch) | |
tree | 9ac6b34576fd7916008f673556655850873dfbce /src/m_key_server_sync/VKSInterface.h | |
parent | feat: add key server sync module (diff) | |
download | Modules-405522f3b09913544bbec43a802d4e13ccd84f14.tar.gz Modules-405522f3b09913544bbec43a802d4e13ccd84f14.zip |
feat: add key upload function for module key server sync
Diffstat (limited to 'src/m_key_server_sync/VKSInterface.h')
-rw-r--r-- | src/m_key_server_sync/VKSInterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m_key_server_sync/VKSInterface.h b/src/m_key_server_sync/VKSInterface.h index d5e02c2..e487ea4 100644 --- a/src/m_key_server_sync/VKSInterface.h +++ b/src/m_key_server_sync/VKSInterface.h @@ -48,7 +48,7 @@ class VKSInterface : public QObject { signals: void SignalKeyRetrieved(const QString& key); void SignalKeyUploaded(const QString& key_fingerprint, - const QJsonObject& status); + const QJsonObject& status, const QString& token); void SignalVerificationRequested(const QString& key_fingerprint, const QJsonObject& status); void SignalErrorOccurred(const QString& error_string, |