Improve spaces support

This commit is contained in:
Tobias Fella
2023-05-09 08:11:47 +00:00
parent 30c7d86045
commit 11343e6bdf
10 changed files with 490 additions and 134 deletions

View File

@@ -36,6 +36,11 @@ public:
*/
[[nodiscard]] QVector<QString> &getRoomListForSpace(const QString &spaceId, bool updateCache);
/**
* @brief Returns whether the space is a child space of any other space.
*/
[[nodiscard]] bool isChildSpace(const QString &spaceId) const;
Q_SIGNALS:
void spaceHierarchyChanged();