aboutsummaryrefslogtreecommitdiffstats
path: root/src/m_key_server_sync/VKSInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/m_key_server_sync/VKSInterface.h')
-rw-r--r--src/m_key_server_sync/VKSInterface.h2
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,