Add option to show all rooms in "uncategorized" tab

This commit is contained in:
Tobias Fella
2024-04-15 21:02:57 +02:00
parent 5881db4e55
commit bb35e9ce15
5 changed files with 49 additions and 0 deletions

View File

@@ -238,6 +238,11 @@ public:
*/
void setConnection(NeoChatConnection *connection);
/**
* Closes the current room and space; for situations, where it is unclear which room should be opened.
*/
void resetState();
Q_SIGNALS:
/** Ask the user whether the room should be joined. */
void askJoinRoom(const QString &nameOrId);