diff options
author | NepNep21 <43792621+NepNep21@users.noreply.github.com> | 2023-12-11 22:29:36 -0300 |
---|---|---|
committer | NepNep21 <43792621+NepNep21@users.noreply.github.com> | 2023-12-11 22:29:36 -0300 |
commit | 4695bbb34049d5e7f2c1193ef5e39f39afbd17c0 (patch) | |
tree | f1e86e09d0b5705c3234c9d7d70d4b37da1fdcab /src/ui/UserProfile.h | |
parent | Fix joined spaces having no description (diff) | |
download | nheko-4695bbb34049d5e7f2c1193ef5e39f39afbd17c0.tar.xz |
Add /ignore
Diffstat (limited to '')
-rw-r--r-- | src/ui/UserProfile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/UserProfile.h b/src/ui/UserProfile.h index bc5b6a35..64dbf99c 100644 --- a/src/ui/UserProfile.h +++ b/src/ui/UserProfile.h @@ -45,6 +45,7 @@ public: signals: void profileFetched(mtx::responses::Profile); + void failedToFetchProfile(); }; class DeviceInfo @@ -205,6 +206,7 @@ signals: void globalUsernameRetrieved(const QString &globalUser); void devicesChanged(); void ignoredChanged(); + void failedToFetchProfile(); // internal void verificationStatiChanged(); |