summary refs log tree commit diff
path: root/src/Cache_p.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-11-01 22:20:15 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-11-01 22:20:15 +0100
commit2aabe9dcacbef4f753761f6df840da4292561d11 (patch)
tree283b6ee93d7f3c9d4d670e4de08ccfad0bfb0160 /src/Cache_p.h
parentSome people consider Nheko not an AAAAA title (diff)
downloadnheko-2aabe9dcacbef4f753761f6df840da4292561d11.tar.xz
Prompt user when there are unverified devices
Diffstat (limited to 'src/Cache_p.h')
-rw-r--r--src/Cache_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cache_p.h b/src/Cache_p.h
index f7db77d4..651d73d7 100644
--- a/src/Cache_p.h
+++ b/src/Cache_p.h
@@ -310,7 +310,7 @@ signals:
     void removeNotification(const QString &room_id, const QString &event_id);
     void userKeysUpdate(const std::string &sync_token, const mtx::responses::QueryKeys &keyQuery);
     void verificationStatusChanged(const std::string &userid);
-    void selfUnverified();
+    void selfVerificationStatusChanged();
     void secretChanged(const std::string name);
 
 private: