diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-08-03 19:10:10 +0200 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-08-03 19:10:10 +0200 |
commit | 1c89a4be8a9862df32d9c5d0ecb716a460738ec9 (patch) | |
tree | 820d01fb27f4cb2a386852290d194810a883842e /lib/connection.h | |
parent | 38f3f752d4cac7f155e25af36357a4c6445d885f (diff) | |
download | libquotient-1c89a4be8a9862df32d9c5d0ecb716a460738ec9.tar.gz libquotient-1c89a4be8a9862df32d9c5d0ecb716a460738ec9.zip |
Cleanup
Diffstat (limited to 'lib/connection.h')
-rw-r--r-- | lib/connection.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/connection.h b/lib/connection.h index 48ea4f5e..258280a8 100644 --- a/lib/connection.h +++ b/lib/connection.h @@ -238,7 +238,8 @@ public: /** Get the list of rooms with the specified tag */ QVector<Room*> roomsWithTag(const QString& tagName) const; - /** Mark the room as a direct chat with the user + /*! \brief Mark the room as a direct chat with the user + * * This function marks \p room as a direct chat with \p user. * Emits the signal synchronously, without waiting to complete * synchronisation with the server. @@ -247,7 +248,8 @@ public: */ void addToDirectChats(const Room* room, User* user); - /** Unmark the room from direct chats + /*! \brief Unmark the room from direct chats + * * This function removes the room id from direct chats either for * a specific \p user or for all users if \p user in nullptr. * The room id is used to allow removal of, e.g., ids of forgotten |