diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-07-27 20:19:44 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-09-04 18:42:11 +0200 |
commit | a26147582ce8cbd6a5206aee4b59de98c9dfe9b6 (patch) | |
tree | 5206d0c2f8cbcb5baf7f8aeb5c1f0bda12e6e662 /lib/connection.h | |
parent | dbc78d185c4bafe03b458f9eeb7ef3af35ce2eb2 (diff) | |
download | libquotient-a26147582ce8cbd6a5206aee4b59de98c9dfe9b6.tar.gz libquotient-a26147582ce8cbd6a5206aee4b59de98c9dfe9b6.zip |
DEFINE_SIMPLE_EVENT: support custom JSON keys
Diffstat (limited to 'lib/connection.h')
-rw-r--r-- | lib/connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/connection.h b/lib/connection.h index 39921938..66ed8b68 100644 --- a/lib/connection.h +++ b/lib/connection.h @@ -111,7 +111,7 @@ auto defaultUserFactory(Connection* c, const QString& id) // are stored with no regard to their state. using DirectChatsMap = QMultiHash<const User*, QString>; using DirectChatUsersMap = QMultiHash<QString, User*>; -using IgnoredUsersList = IgnoredUsersEvent::content_type; +using IgnoredUsersList = IgnoredUsersEvent::value_type; class QUOTIENT_API Connection : public QObject { Q_OBJECT |